How to create a large size struct array?
이전 댓글 표시
I know I can create a struct array use struct function:
a = struct('data',{1,2,3});
But what if I want to create a 30d (or larger) struct array? Like:
a = a = struct('data',{1,2,3, ..., 30});
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 结构体에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!