IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
dataio_txt_basic_image.m
Go to the documentation of this file.
1 %> @brief Derives from dataio_txt_basic to match uip_dataio_txt_basic.m
3  methods
4  function o = dataio_txt_basic_image()
5  o.flag_params = 1;
6  end;
7  end;
8 end
Basic TXT loader/saver.
Derives from dataio_txt_basic to match uip_dataio_txt_basic.m.