12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

helpdlgPurpose2helpdlgCreate a help dialog boxSyntaxDescriptionhelpdlghelpdlg('helpstring')helpdlg('helpstring','dlgname')h = helpdlg(...)helpdlg creates a help dialog box or brings the named help dialog box to thefront.helpdlg displays a dialog box named 'Help Dialog' containing the string'This is the default help string.'helpdlg('helpstring') displays a dialog box named 'Help Dialog' containingthe string specified by 'helpstring'.helpdlg('helpstring','dlgname') displays a dialog box named 'dlgname'containing the string 'helpstring'.h = helpdlg(...) returns the handle of the dialog box.RemarksExamples<strong>MATLAB</strong> wraps the text in 'helpstring' to fit the width of the dialog box. Thedialog box remains on your screen until you press the OK button or the Returnkey. After pressing the button, the help dialog box disappears.The statement,helpdlg('Choose 10 points from the figure','Point Selection');displays this dialog box:2-219

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!