Variables are listed as outputs while debugging
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
Image Analyst
2013 年 2 月 6 日
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.
回答 (2 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!