source: MML/trunk/machine/SOLEIL/Booster/applications/plot_orbit_corr.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 315 bytes
Line 
1% recupere les orbit et correcteur de:
2% save 'orbit_super1' 'Xm' 'Zm' 'Corr_X' 'Corr_Z'
3
4load 'orbit_super1'
5
6clear nc K1 K2
7for i=1:22,
8    nc(i)=i;
9    K1(i)=Corr_X(i)*1.2/1000;
10    K2(i)=Corr_Z(i)*1.2/1000;
11end
12
13plot(Corr_X)
14%sprintf('CH%d    HC  %d \n',[nc ; K1])
15%sprintf('CV%d    VC  %d \n',[nc ; K2])
16
17   
Note: See TracBrowser for help on using the repository browser.