フィルターのクリア

How to create a structure inside a structure?

11 ビュー (過去 30 日間)
Andrew
Andrew 2014 年 9 月 29 日
回答済み: Azzi Abdelmalek 2014 年 9 月 29 日
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 日
Example
a=struct('rover',struct('assembly',{1 2 3}))

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by