I have a 4x4 Matrix. I want to subdivide the matrix into 4 different 2x2 matrices and store each block in a variable. How do I do it ?
8 ビュー (過去 30 日間)
古いコメントを表示
Can you provide the code for this ?. Thank you.
0 件のコメント
採用された回答
David Hill
2022 年 8 月 1 日
r=mat2cell(yourMatrix,[2,2],[2,2]);%now have 2x2 cell containing the 4 matrices
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!