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

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

Initial import--MML version from SOLEIL@2013

File size: 862 bytes
Line 
1% tune booster 6.6 - 4.6
2
3tune= [ 0  0.575  0.65 ; ...
4        10 0.573 0.62 ; ...
5        20 0.573 0.596 ; ...
6        30 0.573 0.586; ...
7        40 0.573 0.586 ; ...
8        50 0.59 0.59 ;...
9        60 0.59 0.59 ;...
10        70 0.60  0.60; ...
11        80 0.61 0.61 ;...
12        90 0.603 0.613 ;...
13        100 0.6033 0.613 ; ...
14        120 0.6033 0.613 ; ...
15        150 0.5966 0.606 ; ...
16        180 0.6033 0.6133; ...
17        200 0.6167 0.616; ...
18        210 0.62 0.6233; ...
19        220 0.62 0.6233 ; ...
20        230 0.62 0.6233 ; ...
21        240 0.616 0.623 ; ...
22        250 0.616 0.62 ; ...
23        260 0.61 0.62 ; ...
24        270 0.61 0.62;...
25        280 0.61 0.62 ;
26        290 0.61 0.62]
27   
28   
29    figure(200)
30   
31   
32    plot(tune(:,1),tune(:,2),'-or',tune(:,1),tune(:,3),'-ob')
33    xlim([0 300]); ylim([0.5 0.75]); grid on;
34   
35   
36   
Note: See TracBrowser for help on using the repository browser.