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.

warndlgPurpose2warndlgDisplay warning dialog boxSyntaxDescriptionh = warndlg('warningstring','dlgname')warndlg displays a dialog box named 'Warning Dialog' containing the string'This is the default warning string.' The warning dialog box disappearsafter you press the OK button.warndlg('warningstring') displays a dialog box with the title 'WarningDialog' containing the string specified by warningstring.warndlg('warningstring','dlgname') displays a dialog box with the titledlgname that contains the string warningstring.h = warndlg(...) returns the handle of the dialog box.ExamplesThe statementwarndlg('Pressing OK will clear memory','!! Warning !!')displays this dialog box:See Alsodialog, errordlg, helpdlg, msgbox2-585

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

Saved successfully!

Ooh no, something went wrong!