MATLAB: How to see (in Command Window) all possible fields of a structure

handleshomeworkstructures

Let say I have an axes handle stored to "ax". How could I display all possibilities for let say ax.Units (or any other field)?
Thanks

Best Answer

Now I found what I want:
set(ax,'Units')