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!