how to divide 90*90 size matrix into 3*3 windows
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MAMATHA YADAVALLI
am 6 Mär. 2018
Beantwortet: Birdman
am 6 Mär. 2018
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!