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

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ヘルプ >> Scilab > Error handling > warning

warning

警告メッセージ

呼出し手順

warning('string')
warning('off')
warning('on')
mode = warning('query')

説明

警告メッセージとして文字列'string'を表示します.

'on' は警告メッセージを有効にします.

'off' は警告メッセージを無効にします.

'query' は, 'on' または 'off' の状態を取得します.

warning('on')
warning('this is a warning')
warning('off')
warning('this is a warning')
warning('query')
warning('on')
// Example with a localized message
warning(msprintf(gettext("%s: Wrong number of input argument: %d expected.\n"),"myFunction",2));

参照

  • error — エラーメッセージ
  • gettext — indexes or/and translates some indexed english messages
  • msprintf — データを変換,整形し,文字列に書き込む
  • messagebox — メッセージボックスを開く.
Report an issue
<< lasterror Error handling Variables >>

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:
Thu Feb 14 15:01:59 CET 2019