IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
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
3  methods
4  function o = dataio_txt_pir_image()
5  o.flag_params = 1;
6  end;
7  end;
8 end
Derives from dataio_txt_pir; just sets flag_params to open GUI when opening file. ...
"Pirouette" TXT loader/saver
Definition: dataio_txt_pir.m:8