(translator=pacific, ChineseSource=pacific-20020609-7\warning.html, EnglishSource=c:\matlabr12\help\techdoc\ref\warning.html)
MATLAB Function Reference    
warning

顯示警告訊息。

Syntax

Description

warning('message') disp 的功能一樣。用來顯示文字 'message' 。不同處在於 warning的顯示訊息可以被禁止。

warning off 禁止出現所有警告訊息。

warning on 使警告訊息可以出現。

warning backtrace warning on 的不同處在於除了出現警告訊息時,同時顯示檔案和行數。

warning debug dbstop if warning 相同,在遇到警告時觸發(triggers)debugger。

warning once displays Handle Graphics backwards compatibility warnings only once per session.

warning always displays Handle Graphics backwards compatibility warnings as they are encountered (subject to current warning state).

[s,f] = warning 以字串的方式回傳目前的警告狀態 s 和目前的警告發生頻率 f

Remarks

可利用 dbstop on warning ,在遇到警告時觸發(triggers )debugger。

See Also

dbstop, disp, error, errordlg


 warndlg waterfall