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!