Is it possible to see the structure of my struct variables while I'm programming?
I'm programming in matlab gui. I store my variables in the struct variable "handles". When I want to know how i structured the variable I have to run my programm and stop it while running to look up the structure of my variables.
Is it possible, that if I type in my code "handles" that I see a list of all containing variables (and other struct variables)?
(I know that from Visual Studio)