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