root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/plot_bel.m
Revision 495 (checked in by cbc, 12 years ago) |
---|
Line | |
---|---|
1 | % plot_bel(x,y,inbe,style) |
2 | % |
3 | function plot_bel(x,y,inbe,style) |
4 | for i=1:length(inbe) |
5 | i1=inbe(i,2);i2=inbe(i,3); |
6 | plot([x(i1) x(i2)],[y(i1) y(i2)],style); |
7 | end |
8 | return |
9 |
Note: See TracBrowser for help on using the browser.