| MATLAB Function Reference | ![]() |
Syntax
helpdlg
helpdlg('helpstring')
helpdlg('helpstring','dlgname')
h = helpdlg(...)
Description
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
helpdlg('Choose 10 points from the figure','Point Selection');
See Also
dialog, errordlg, questdlg, warndlg
| helpdesk | helpwin | ![]() |