Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
iserror
エラー発生の確認
呼出し手順
iserror([n])
引数
- n
整数, エラー番号
説明
(errcatch
をコールした後に)
エラー番号 n
のエラーが発生したかどうかを確認します.
iserror
は,エラーが発生した場合に 1
,
それ以外の場合に 0
を返します.
n
>0
はエラー番号です ;
n
<0
を指定すると全てのエラーが確認されます.
例
Report an issue | ||
<< error_table | Error handling | lasterror >> |