IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
dataio_txt_pir_image.m
Go to the documentation of this file.
1
%> @brief Derives from
dataio_txt_pir
; just sets flag_params to open GUI when opening file
2
classdef
dataio_txt_pir_image
<
dataio_txt_pir
3
methods
4
function
o =
dataio_txt_pir_image
()
5
o.flag_params = 1;
6
end;
7
end;
8
end
dataio_txt_pir_image
Derives from dataio_txt_pir; just sets flag_params to open GUI when opening file. ...
Definition:
dataio_txt_pir_image.m:2
dataio_txt_pir
"Pirouette" TXT loader/saver
Definition:
dataio_txt_pir.m:8
m
classes
dataio
dataio_txt_pir_image.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1