(translator=roro, ChineseSource=roro-20020612-3\msgbox.html, EnglishSource=c:\matlabr12\help\techdoc\ref\msgbox.html)
MATLAB Function Reference    
msgbox

顯示訊息盒

Syntax

Description

msgbox(message) 開啟一訊息盒其自動將 message 置入適合尺寸的圖中。message 為一字串向量、字串矩陣,或異質陣列。

msgbox(message,title) 定義訊息盒的標題。

msgbox(message,title,'icon') 定義欲顯示於訊息盒的圖像。'icon' 可為 'none', 'error', 'help', 'warn', 或 'custom'。預設值為 'none'

msgbox(message,title,'custom',iconData,iconCmap) 定義一訂做的圖像。iconData 包含了定義圖像的影像資料;iconCmap 為影像的色盤。

msgbox(...,'createMode') 定義此訊息盒為典型(modal)或非典型(nonmodal),若為非典型,,則可用相同的 title 取代另一個訊息盒。'createMode' 其合理的值為 'modal', 'non-modal', 和 'replace'

h = msgbox(...) 將訊息盒的頭銜(handle)存於 h,其為圖像物件的頭銜。

See Also

dialog, errordlg, inputdlg, helpdlg, questdlg, textwrap, warndlg


 moviein mu2lin