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

1 次查看(过去 30 天)
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by