Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
warning
警告メッセージ
呼出し手順
warning('string') warning('off') warning('on') mode = warning('query')
説明
警告メッセージとして文字列'string'
を表示します.
'on'
は警告メッセージを有効にします.
'off'
は警告メッセージを無効にします.
'query'
は, 'on'
または
'off'
の状態を取得します.
例
参照
- error — エラーメッセージ
- gettext — カレントのロケールおよびドメインに翻訳したテキストを取得.
- msprintf — データを変換,整形し,文字列に書き込む
- messagebox — メッセージボックスを開く.
Report an issue | ||
<< lasterror | Error handling | Variables >> |