How to use a workspace variable in editor
이전 댓글 표시
I'm creating a function and I want to input a variable from my workspace in the function, with it being constant.
Is there a way I can "call" the variable from the workspace without having to define the variable at the beginning of the editor?
Thanks for your help
Joaquin
답변 (2개)
Paulo Silva
2011년 2월 15일
Why don't you supply that variable as argument for the function when you call the function from workspace?
MyFunction(MyConstantVariable)
Andreas Goser
2011년 2월 15일
0 개 추천
I'd say you need to work with function arguments:
For the sake of completeness, the is also the EVALIN command, but I do not recommend it.
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!