root/applications/bdmtoolbox/tutorial/merging/merge_mex.m
@
1261
Revision 1098, 258 bytes (checked in by smidl, 14 years ago) |
---|
Line | |
---|---|
1 | clear all |
2 | pdfs |
3 | |
4 | % merger |
5 | M=mexGaussMergerArit; |
6 | M.weights = [0.5, 0.5]; |
7 | M.sources = {N1a,Ga}; |
8 | M=M.validate(); |
9 | |
10 | M=M.merge(); |
11 | |
12 | figure(1); |
13 | h=epdf_1dplot(N1a); |
14 | set(h,'LineStyle','--'); |
15 | hold on |
16 | h=epdf_1dplot(Ga); |
17 | set(h,'LineStyle','--'); |
18 | |
19 | |
20 | epdf_1dplot(M.merger); |
Note: See TracBrowser
for help on using the browser.