Effacer les filtres
Effacer les filtres

MATLAB Workspace and functions

1 vue (au cours des 30 derniers jours)
M B
M B le 31 Mai 2014
Modifié(e) : the cyclist le 31 Mai 2014
I understand that the workspace window shows me only the variables of the main function of my program. Once I step into a function, the workspace does NOT show me local variables of the functions, but keeps the display of the variables of the main function. However, in other IDEs (Visual Studio, Eclipse), the Workspace Window shows me the variables of the function, in which the program runs at every moment. I want to ask how I can see local variables in Workspace also in MATLAB? It can really help me debugging my code.

Réponse acceptée

the cyclist
the cyclist le 31 Mai 2014
In the Editor tab (of the Editor window) of the interface, there is a pulldown menu labeled "Function Call Stack" that will allow you to choose which function workspace you are viewing:
  2 commentaires
Star Strider
Star Strider le 31 Mai 2014
I can’t find it anywhere in R2014a.
the cyclist
the cyclist le 31 Mai 2014
Modifié(e) : the cyclist le 31 Mai 2014
Here is a wider image that shows the whole Editor tab at the top of the Editor window:
You may need to click that little arrow on the far right to open the tab.
The functionality is described on this documentation page.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by