[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
questdlg
(/tools/hpmatlab/toolbox/matlab/graphics/questdlg.m)
Function Synopsis
click = questdlg(q,yes,no,cancel,default)
Help text
QUESTDLG Creates a question dialog box.
CLICK = QUESTDLG(Q,YES,NO,CANCEL,DEFAULT) creates a question
dialog box which displays Q. Up to three pushbuttons,
with strings given by YES, NO, and CANCEL will appear
along with Q in the dialog. The dialog will be destroyed
returning the string CLICK depending on which button is
clicked. DEFAULT is the default button number.
Cross-Reference Information
This function calls
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON