How to graphically display a struct?

Hello, I've created a struct and I would like describe it graphically in the documentation of my code. Is there a way to generate such a figure using Matlab? Possibly by selecting the depth(sub level) of the struct to display?
thanks for any help. I'm really to avoid using powerpoint to describe my struct.

1 Kommentar

Cedric
Cedric am 13 Jun. 2014
How may structs do you have to describe, how deep is their content, is it mixed type/class (other structs, cell arrays, etc)?
.. and how much time are you ready to spend for developing a new tool?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Star Strider
Star Strider am 13 Jun. 2014

1 Stimme

The cellplot function may be as close as you can get. Nothing analogous exists for structures, but with some imagination, you can probably use a graphics editor (Paint) or the Image Processing Toolbox or even using subplot to arrange them to your requirements. There’s also a diagram of what you might want to do (though not created by MATLAB) in the ‘Access Data in Nested Structures’ documentation that could work as a sort of template for what you want to do.

Kategorien

Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Jun. 2014

Kommentiert:

am 13 Jun. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by