How to create a structure inside a structure?

I have to create a structure called rover that contains a structure called wheel assembly inside it. How do I go about doing this?

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 9 月 29 日

1 投票

Example
a=struct('rover',struct('assembly',{1 2 3}))

その他の回答 (0 件)

カテゴリ

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

タグ

質問済み:

2014 年 9 月 29 日

回答済み:

2014 年 9 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by