How do I convert a 5x4cell to a 5x4matrix?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 日
0 投票
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.
2 件のコメント
Sam
2015 年 1 月 6 日
You can:
s = struct('somefieldname', C);
The cell is probably easier to manipulate though.
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!