Converting 2D matrix to 3D matrix
3 次查看(过去 30 天)
显示 更早的评论
I have a 3529 x 2 2D matrix. how can I convert it into a 3D matrix? please help.
2 个评论
Guillaume
2018-2-28
More information required. Why do you want it to be 3D? What should the size of the 3D matrix be? Which elements of the 2D matrix should move to the 3rd dimension?
采纳的回答
Andrei Bobrov
2018-2-28
out = reshape(your_matrix,size_of_your_new_3D_matrix)
7 个评论
Guillaume
2018-3-6
You have yet to explain what any of these numbers represent so we have absolutely no idea how to convert your 2D matrix to 3D.
You really really really need to explain a lot better what it is you want.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!