現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
MESSAGE Displays a message in the command window. This is an alternative to WARNING, avoiding the automatic text "Warning: ", and also allowing for more flexible formatting, using FPRINTF.
It was developed with the intention of providing suppressible feedback during code execution requiring long running durations.
(e.g. Processing file 1 of 100...
Processing file 2 of 100... )
In this sense it can be used as a text alternative to WAITBAR.
Example Usage:
>> message('Hello')
Hello
>> message('Level 1','Hello')
Level 1
%behaves identically to FPRINTF
>> message('Level 1 %s','Hello')
Level 1 Hello
>> message('enable',{'Level 1'})
>> message('Level 1','Hello')
Hello
>> message('enable','Level 1')
>> message('off')
>> message('Level 1','Hello')
%no output returned
>> state = message('query','Level 1')
state =
1
引用
Todd Pataky (2026). message (https://jp.mathworks.com/matlabcentral/fileexchange/11456-message), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: message 2
一般的な情報
- バージョン 1.0.0.0 (2.4 KB)
-
ライセンスがありません
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
