IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
peakdetector
Peak Detector.
Definition:
peakdetector.m:6
vis_means
Visualization - Class means.
Definition:
vis_means.m:2
m
gui
auxi
irr_macro_0001.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1