how to divide 90*90 size matrix into 3*3 windows
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MAMATHA YADAVALLI
el 6 de Mzo. de 2018
Respondida: Birdman
el 6 de Mzo. de 2018
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!