Statistica
RANK
23.725
of 295.569
REPUTAZIONE
1
CONTRIBUTI
4 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
1
RANK
of 154.105
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
Change linespec of a line using only the figure handle.
Dear all, I was wondering how I can change the linespec of a set of lines when I already plotted the lines and only have the ...
oltre 12 anni fa | 3 risposte | 0
3
risposteDomanda
Circle packed with Circles
Dear all, I am wondering how to generate a circle filled with smaller circles? Do I have to calculate all the circle centers ...
quasi 13 anni fa | 5 risposte | 1
5
risposteHow to multiply two matrices
A = rand([10,10,10]); [m n p]= size(A); tic o1 = ones(p,1); out = cell2mat(cellfun(@mtimes,mat2cell(A,m,n,o1),...
circa 13 anni fa | 0
Domanda
How to multiply two matrices
Hello, For example I would like to multiply the following two matrices: A = rand([10,10,10]); B = rand([10,10,10]); de...
circa 13 anni fa | 4 risposte | 0
4
risposteHow to reshape a matrix
a(:,:,1)=eye(3,2); a(:,:,2)=2.*eye(3,2); B = reshape(permute(a, [1, 3, 2]), size(a,3)*size(a,1),size(a,2))
circa 13 anni fa | 0
Domanda
How to reshape a matrix
Hello, For example I would like to reshape the following matrix 1 0 0 2 0 0 0 1 0 0 2 0 to 1 0 0 0 1 0 2 0 0 0 2 0 The ...
circa 13 anni fa | 3 risposte | 0