IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
guide_figs.m
Go to the documentation of this file.
1
%> @file
2
%>@ingroup misc ioio
3
%>@brief Opens all @c .fig files in directory in GUIDE
4
d = dir(
'*.fig'
)
5
for i = 1:length(d)
6
guide(d(i).name);
7
end;
m
misc
misc
guide_figs.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1