IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
irerrordlg.m
Go to the documentation of this file.
1
%>@ingroup guigroup
2
%>@file
3
%>@brief Error dialog
4
5
function
irerrordlg
(errorstring, dlgname)
6
if nargin < 2
7
dlgname = 'Error';
8
end;
9
h = errordlg(errorstring, dlgname, 'modal');
10
uiwait(h);
irerrordlg
function irerrordlg(in errorstring, in dlgname)
m
gui
auxi
irerrordlg.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1