How to create Array in structure??

I have to create a structure which contain two array variables.

回答 (1 件)

Thorsten
Thorsten 2014 年 11 月 26 日

0 投票

s.a1 = rand(10);
s.a2 = rand(20);

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

タグ

質問済み:

2014 年 11 月 26 日

回答済み:

2014 年 11 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by