Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> UI Data > editvar

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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Feb 12 23:12:44 CET 2018