how to divide 90*90 size matrix into 3*3 windows
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MAMATHA YADAVALLI
le 6 Mar 2018
Réponse apportée : Birdman
le 6 Mar 2018
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!