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')
精彩评论