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