Azzera filtri
Azzera filtri

how to divide 90*90 size matrix into 3*3 windows

3 visualizzazioni (ultimi 30 giorni)
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);

Risposta accettata

Birdman
Birdman il 6 Mar 2018
i=rand(90);
reshape(i,3,3,[])

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by