Scilab変数エディタ
editvar varname
変数名. 変数はScilab上に存在する必要があります.
editvar は標準のScilab変数エディタです.
editvar
editvar は以下の変数型を編集できます: 実数または複素数定数行列 (type 1), 論理値行列 (type 4) 文字列の行列 (type 10).
a=rand(10,10); editvar a; b=['hello';'good bye']; editvar b;
Comments
Add a comment:
Please login to comment this page.