[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
errordlg
(/tools/hpmatlab/toolbox/matlab/graphics/errordlg.m)
Function Synopsis
handle = errordlg(errorstr,dlgname,Replace)
Help text
ERRORDLG Creates an error dialog box.
HANDLE = ERRORDLG(ERRORSTR,DLGNAME,Replace) creates an
error dialog box which displays ERRORSTR in a window
named DLGNAME. A pushbutton labeled OK must be pressed
to make the error box disappear. If REPLACE='on' and
an error dialog with Name DLGMANE already exits, it is
simply brought to the front (no new dialog is created).
See also: DIALOG
Cross-Reference Information
This function calls
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.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