Convert cell array to a structure where the first column is the field names.

1 vue (au cours des 30 derniers jours)
Lauren Harkness
Lauren Harkness le 29 Oct 2017
I have a cell array, but I need to convert it to a structure. I'm having trouble understanding the cell2struct function and what exactly needs to be inputed. The first column in my cell array contains the field names.

Réponses (1)

Walter Roberson
Walter Roberson le 29 Oct 2017
cell2struct( YourCell(:,2:end), YourCell(:,1), 1 )

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by