root/applications/dual/SIDP/smc29/kresli.m
@
1349
Revision 1255, 260 bytes (checked in by zimamiro, 14 years ago) |
---|
Line | |
---|---|
1 | function kresli(stav,hranice) |
2 | for i=1:size(stav,1)/3 |
3 | figure |
4 | a=i; |
5 | plot(stav(a,:)); hold on; plot(stav(a+size(stav,1)/3,:),'g');plot(stav(a+8,:),'r'); |
6 | plot(hranice(a,:),'g.-'); |
7 | plot(hranice(a+size(stav,1)/3,:),'g.-'); |
8 | |
9 | end |
10 | end |
Note: See TracBrowser
for help on using the browser.