There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
显示 更早的评论
There is a 549x800x6 matrix, I want to convert it to 549x2400x2. Please help.
1 个评论
Carlos
2015-1-13
reshape(A,549,2400,2)
where A is your 549x800x6 matrix
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!