Info
此问题已关闭。 请重新打开它进行编辑或回答。
How do I convert a 5x4cell to a 5x4matrix?
1 次查看(过去 30 天)
显示 更早的评论
In attachment is my example of the 5x4 cell. I want to create a 5x4 matrix of it. How do I do this?
0 个评论
回答(2 个)
Guillaume
2015-1-6
Your 5x4 cell consists of vectors of different size totaling up 676 + 501 + ... + 358 = way more than 20 elements. A 5x4 matrix by definition only contains 20 elements.
In other words, what you want is not possible or you've not stated what you want correctly.
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!