Variables are listed as outputs while debugging
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
My problem is that when I want to observe a value of some variables in a function, put the break at the beginning of a certain line and execute the function up to that line, most variables that were calculated in the function show up listed in the workspace as outputs. Even the values of inputs are changed. Unlisted variables become passive and their values do not show up when I drag the mouse over them. Thanks in advance.
1 commentaire
Image Analyst
le 6 Fév 2013
I don't see any problem. Sounds like you just described the way it is supposed to, and does, operate.
Not sure what you mean by "unlisted" but if the value has not been assigned yet, then it doesn't exist yet, and hovering the mouse over it will not show any value for it because there is no value yet.
Réponses (2)
ayca
le 6 Fév 2013
0 votes
Walter Roberson
le 7 Fév 2013
0 votes
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!