Filter löschen
Filter löschen

How to create a structure inside a structure?

11 Ansichten (letzte 30 Tage)
Andrew
Andrew am 29 Sep. 2014
Beantwortet: Azzi Abdelmalek am 29 Sep. 2014
I have to create a structure called rover that contains a structure called wheel assembly inside it. How do I go about doing this?

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 29 Sep. 2014
Example
a=struct('rover',struct('assembly',{1 2 3}))

Weitere Antworten (0)

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by