IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
dataio_txt_irootlab2.m
Go to the documentation of this file.
1 %> @brief IRootLab TXT that saves classes column as labels, not numbers
3  methods
4  function o = dataio_txt_irootlab2()
5  o.flag_stringclasses = 1;
6  end;
7  end
8 end
IRootLab TXT that saves classes column as labels, not numbers.
Analysis Session (AS) base class.
Definition: as.m:6
IRootLab TXT loader/saver.