convert struct2mat
Mostra commenti meno recenti
I have a struct.I want convert this struct to matrix. I used the
cell2mat( struct2cell( YourStructure ) )
command and I got that error
Error using class
Not enough input arguments.
My struct name is 'class'. I used this
cell2mat(struct2cell(class)).
1 Commento
Risposta accettata
Più risposte (1)
Sandra Maria Cherian
il 23 Giu 2018
0 voti
I am also facing the same problem. The code cell2mat(struct2cell(structure)) is not working for me. It is showing error message.Did you get your code working?
1 Commento
z donyavi
il 23 Giu 2018
Categorie
Scopri di più su Structures in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
