Base workspace variable name
조회 수: 3 (최근 30일)
이전 댓글 표시
Gopalakrishnan venkatesan
2015년 12월 4일
편집: Gopalakrishnan venkatesan
2015년 12월 4일
Is there any command to get the base workspace variable name ?
댓글 수: 2
Guillaume
2015년 12월 4일
In which contest? within a function? Which variable? All of them? An input to a function?
채택된 답변
Thorsten
2015년 12월 4일
편집: Thorsten
2015년 12월 4일
S = whos;
varname = {S.name};
댓글 수: 5
Guillaume
2015년 12월 4일
"use evalin": Here be dragons. Do not go down that path unless you know what you're doing and know all the pitfalls of using eval and its friends.
For what reasons do you want to have the list of variables in the base workspace?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!