source: altifloat/obs_external/read_traj.m @ 99

Last change on this file since 99 was 86, checked in by leila_ocean, 11 years ago

Friday's afternoon modifications

File size: 241 bytes
Line 
1clear all;
2RR=load('../obs_float/r_float_optim7.dat');
3R1=RR(3:2:end,end);
4R2=RR(4:2:end,end);
5hold on
6%figure;
7plot(R1+1,R2+1,'k-');
8hold on
9plot(R1(1)+1,R2(1)+1,'*r');
10
11obs=load('../obs_float/obs.dat')
12plot(obs(1,end)+1,obs(2,end)+1,'*g');
Note: See TracBrowser for help on using the repository browser.