Dear sir
I'm writing to get some help. I want to convert from struct to mat... to substitute by its values in other matrix

2 commentaires

KL
KL le 8 Mai 2017
by struct to mat do you mean structure array to a matrix? If then all the fields should only be numeric. Or do you mean cell array? mat something totally different.
Elsayed Alhulaifi
Elsayed Alhulaifi le 9 Mai 2017
Structure array to a matrix

Connectez-vous pour commenter.

 Réponse acceptée

Walter Roberson
Walter Roberson le 9 Mai 2017

4 votes

You might be able to use
cell2mat( struct2cell( YourStructure ) )
but a lot depends on what is inside your structure.

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by