Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
MAMATHA YADAVALLI
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);

Respuesta aceptada

Birdman
Birdman el 6 de Mzo. de 2018
i=rand(90);
reshape(i,3,3,[])

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by