IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
load_data_ketan_brain_atr.m
Go to the documentation of this file.
1 %>@brief Loads Ketan's brain cancer dataset
2 %>@file
3 %>@ingroup demo sampledata
4 %
5 %> @return A dataset
6 function varargout = load_data_ketan_brain_atr()
7 varargout = {load_sampledata('ketan_brain_atr.mat', nargout <= 0)};
8