Statistica
6 Domande
0 Risposte
RANK
63.679
of 301.383
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
16.67%
VOTI RICEVUTI
0
RANK
of 174.306
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
producing n*n matrix as an string in a loop
Hi, I want to used the following code put I donot know how to safe K as an n*n mtrix in each loop. because by using my code the...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
select a specific element of each matrix in a string
Hi, this is my code K=rand(448); for i=1:448 g{i}=[0:1:447]'; end for i=1:448 U{i}=inv(K)*g{i}; end so U co...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I solve this error 'Unable to perform assignment because brace indexing is not supported for variables of this type.'?
Hi this is my code for i=1:448 g{i}=[0:1:447]'; end for i=1:448 U{i}=inv(K)*g{i}; end but it doesnot work ...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
plotting an matrix on top of an image
I have an image and I devided it into 10 to 10 matriz and then allocate specific number to each elements. Now, I want to plot th...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
plotting a matrix in matlab
I have a 10 in 10 matrix. I want to plot the matrix in the way that each elements present the number. can you help me with that?...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I save my result in a loop when it is an matrix
Hi I used the following code for save my result but it inly save the result for the last step. Can you help me with that, I wan...
quasi 6 anni fa | 1 risposta | 0
