IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
irr_macro_0001.m
Go to the documentation of this file.
1 % Log filename: /home/j/Documents/phd/evel/m/irootlab-development/irootlab/trunk/m/gui/auxi/irr_macro_0001.m
2 u = peakdetector();
3 u.flag_perc = 1;
4 u.flag_abs = 1;
5 u.minaltitude = 0;
6 u.minheight = 0;
7 u.mindist_units = 31;
8 u.no_max = 0;
9 peakdetector01 = u;
10 
11 u = vis_means();
12 u.peakdetector = peakdetector01;
13 vis_means01 = u;
14 figure;
15 vis_means01.use(ds01);
16 
17 u = vis_means();
18 u.peakdetector = [];
19 vis_means02 = u;
20 figure;
21 vis_means02.use(ds01);
22 
Peak Detector.
Definition: peakdetector.m:6
Visualization - Class means.
Definition: vis_means.m:2