How do I convert a 5x4cell to a 5x4matrix?
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
In attachment is my example of the 5x4 cell. I want to create a 5x4 matrix of it. How do I do this?
Risposte (2)
Guillaume
il 6 Gen 2015
0 voti
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 Commenti
Sam
il 6 Gen 2015
You can:
s = struct('somefieldname', C);
The cell is probably easier to manipulate though.
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!