assign cell arrays to struct
이전 댓글 표시
Dear all,
is it somehow possible to assign cell arrays to the "field" and "value" variables within a struct, like test=struct(field,value) where "field" and "value" are cell arrays ?
Thanks
채택된 답변
추가 답변 (1개)
ca = {1, 'abc', rand(1,4)}
test.myField = ca
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!