Scilab 5.4.0
- Scilab help
- Functions
- Built-in & external
- Libraries
- profiling
- argn
- bytecode
- bytecodewalk
- comp
- deff
- edit
- exec
- execstr
- fun2string
- funcprot
- function
- functions
- getd
- head_comments
- listfunctions
- macr2lst
- macr2tree
- macro
- macrovar
- mode
- overloading
- recompilefunction
- sciargs
- tree2code
- varargin
- varargout
- code2str
- str2code
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
edit
関数の編集
呼出し手順
edit(functionname)
パラメータ
- functionname
文字列
説明
functionname が定義済みの
Scilab関数の名前の場合,
edit(functionname)
は
関連するファイル functionname.sci
をオープンしようと
します.
functionname が未定義のScilab関数の名前の場合,
edit
は TMPDIR ディレクトリ内に
functionname.sciファイルを作成します.
例
edit('edit') //この関数へのテキストを指定したエディタをオープン edit('myfunction') //新しい関数に関してエディタをオープン
参照
- manedit — editing a manual item
Report an issue | ||
<< deff | Functions | exec >> |