how to divide 90*90 size matrix into 3*3 windows
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!