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.

questdlgExampleCreate a question dialog asking the user whether to continue a hypotheticaloperation:button = questdlg('Do you want to continue?',...'Continue Operation','Yes','No','Help','No');if strcmp(button,'Yes')disp('Creating file')elseif strcmp(button,'No')disp('Canceled file operation')elseif strcmp(button,'Help')disp('Sorry, no help available')endSee Alsodialog, errordlg, helpdlg, inputdlg, msgbox, warndlg2-379

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

Saved successfully!

Ooh no, something went wrong!