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

1 回表示 (過去 30 日間)
MAMATHA YADAVALLI
MAMATHA YADAVALLI 2018 年 3 月 6 日
回答済み: Birdman 2018 年 3 月 6 日
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 Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by