Statistica
4 Domande
0 Risposte
RANK
193.369
of 295.467
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 153.912
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
convert cell array to matrix
I have a cell array of size 544 1 , how can I convert it to a matrix of dimension 151*101 without nan appear in the matrix?
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How to write a function and create 3 nested loop then evaluate an integral?
I have a matrix of Density values (rho) of size 15x121 , I have lambda is a row of size 1x20 and the values of lambda between 0 ...
circa 10 anni fa | 2 risposte | 0
2
risposteDomanda
I have 20 values of lambda and 16 values of t and a matrix of size 15x16 how can I find exp(-lambda*t)*v
lambda=linspace(.1,1.99,20); t=linspace(0,1,16);
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
I have a for loop that give me as a result 16 vectors (v) and each vector is of size 15x1 , how can I save all those vectors in a matrix of site 15x16
for jj=180:180:3000 v=c(:,jj) end
circa 10 anni fa | 1 risposta | 0