workspace doesnt show variables
이전 댓글 표시
I downloaded the new 2018 Matlab trial per month. I wrote the code but it does not let me run it and I can not see the variables in the workspace either.
I would appreciate your help,
Karin.
댓글 수: 6
Adam
2019년 3월 20일
What do you mean by 'does not let me run it'? Does it give an error or there is no option to run it or what? also, presumably if you cannot run your code you would not expect any variables to appear in the workspace? Or do you mean you can run code from command line and the variables you create there do not show?
karin kisos
2019년 3월 20일
Dennis
2019년 3월 20일
Are you using a script or a function?
It might be easier to answer your question if you attach your code.
Dennis
2019년 3월 20일
N does not appear in your workspace if you put this in command line?
N=1000;
karin kisos
2019년 3월 20일
Adam
2019년 3월 20일
Have you tried pressing F5 and/or restarting? Occasionally the workspace can stop updating, though it's fairly rare.
답변 (1개)
karin kisos
2019년 3월 20일
카테고리
도움말 센터 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!