matlab windows (desktop basics)
조회 수: 2 (최근 30일)
이전 댓글 표시
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
댓글 수: 0
답변 (1개)
Walter Roberson
2020년 2월 8일
In context it probably is the base workspace. Any variable can be stored there. Any time you are not executing inside any function then any assignment goes into the base workspace by default, and you can use assignin('base') to deliberately assign into it.
댓글 수: 5
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!