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

조회 수: 1 (최근 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 CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by