How to modify the matrix - rows and columns?
5 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Torsten
2024-2-3
A1 = reshape(A(:,1),116,227)
A2 = reshape(A(:,2),116,227)
A3 = reshape(A(:,3),116,227)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!