How to create Array in structure??
이전 댓글 표시
I have to create a structure which contain two array variables.
답변 (1개)
Thorsten
2014년 11월 26일
s.a1 = rand(10);
s.a2 = rand(20);
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!