开发者

launch a variable from workspace windown in MATLAB

开发者 https://www.devze.com 2023-02-27 04:01 出处:网络
Say I have a variable in my workspace window as VAR_ABC.At the end of my work (script/function), I want to launch this VAR_ABC in the variable editor window.

Say I have a variable in my workspace window as VAR_ABC. At the end of my work (script/function), I want to launch this VAR_ABC in the variable editor window.

How can I do it? It has more than 10 cols and so command prompt/disp etc are not useful. Is t开发者_Go百科here a way to automatically launch this variable without manually double clicking on the Workspace window?

Thanks!


Use OPENVAR:

openvar('VAR_ABC')
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号