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?

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 29 Sep. 2014

1 Stimme

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

Weitere Antworten (0)

Kategorien

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by