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

4 ビュー (過去 30 日間)
Lauren Harkness
Lauren Harkness 2017 年 10 月 29 日
回答済み: Walter Roberson 2017 年 10 月 29 日
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.

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 10 月 29 日
cell2struct( YourCell(:,2:end), YourCell(:,1), 1 )

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by