Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
editvar
Scilab変数エディタ
呼び出し手順
editvar varname
引数
- varname
変数名. 変数はScilab上に存在する必要があります.
説明
editvar
は標準のScilab変数エディタです.
editvar
は以下の変数型を編集できます: 実数または複素数定数行列 (type 1),
論理値行列 (type 4) 文字列の行列 (type 10).
例
a=rand(10,10); editvar a; b=['hello';'good bye']; editvar b;
Report an issue | ||
<< closeEditvar | UI Data | filebrowser >> |