Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
157.538
of 301.432
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 174.555
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
Vectorize 2 nested 'for' loops with 3D matrix indexing
Hello, This is my piece of code: %Mono is a huge matrix a = size(mono,1); b = size(mono,2); imA = zeros(a,b,4); imB = ze...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Converting 3D matrix to a bigger 2D matrix efficiently
Hello, Let's say A is a 10x10x4 matrix. A(1,1,:) = a,b,c,d I want to convert A to B a 20x20 matrix so that: B (1:2,1:2) = [a b...
oltre 6 anni fa | 2 risposte | 0
