IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
load_data_hint.m
Go to the documentation of this file.
1 %>@brief Loads the hint dataset: this dataset containg one spectrum only: 1800-900 cm^-1
2 %>@file
3 %>@ingroup demo sampledata
4 %>
5 %> This dataset containg one spectrum only 1800-900 cm^-1
6 %
7 %> @return A dataset
8 function varargout = load_data_hint()
9 varargout = {load_sampledata('hintdataset.mat', nargout <= 0)};
10 
function load_sampledata(in filename, in flag_workspace)
function load_data_hint()