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

開啟一求助對話盒

Syntax

Description

helpdlg 開啟或帶出一求助對話盒。

helpdlg 顯示名為 'Help Dialog' 的對話盒其包含字串 'This is the default help string.'。

helpdlg('helpstring') 顯示一名為 'Help Dialog' 的對話盒而其包含的字串依 'helpstring' 定義。

helpdlg('helpstring','dlgname') 顯示名為 'dlgname' 的對話盒其包含字串 'helpstring'

h = helpdlg(...) 回傳對話盒的頭銜(handle)。

Remarks

MATLAB 會將在 'helpstring' 的文件依對話盒的寬度置入。對話盒會一直在螢幕上直到按下 OK 的按鈕或是 Return 鍵。在按下按鈕後,求助對話盒將消失。

Examples

以下敘述

顯示對話盒:

See Also

dialog, errordlg, questdlg, warndlg


 helpdesk helpwin