Scilab 5.5.0
- Scilabヘルプ
- 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
funcprot
Scilab関数保護モードを切替える
呼出し手順
funcprot(prot) previousprot = funcprot(prot) prot = funcprot()
パラメータ
- prot
整数で,指定可能な値は 0,1,2となります
説明
Scilab 関数が変数の場合,
funcprot
によりこのような変数が再定義された場合の
Scilabの動作をユーザが指定することができます.
prot==0
の場合, 何も特別なことは行われませんprot==1
の場合, 関数が再定義された時に 警告メッセージを出力します (デフォルトのモード).prot==2
の場合,関数が再定義された時に Scilabはエラーを発生します.
例
History
バージョン | 記述 |
5.4.0 | Previous value is returned as output argument when setting a new value. |
Report an issue | ||
<< fun2string | Functions | function >> |