Scilab variable editor
editvar varname
editvar is the Scilab variable editor.
editvar can be started by calling it on the name of the variable or by double-clicking on the name of the variable from the browsevar component.
editvar has numerous features:
editvar can edit the following variable types:
a=`rand`_(10,10);
editvar a;
b=['hello';'good bye'];
editvar b;
sp=`sparse`_([1,2;4,5;3,10],[1,2,3])
editvar("sp");