source: MML/trunk/machine/SOLEIL/Booster/applications/tune_mesure.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: 324 bytes
Line 
1% mesure tune 2006
2
3time = [0     20   40   60   80   100   150   200   220   240   260    280  281];
4nux  = [0.56  0.54 0.56 0.58 0.59 0.60  0.59  0.624 0.637 0.642 0.644 0.659 0.666];
5nuz  = [0.69  0.60 0.59 0.60 0.61 0.62 0.61  0.625  0.636 0.639  0.638 0.640 0.639];
6
7
8plot(time,nux,'-or',time,nuz,'-ob')
9ylim([0.5 0.8])
Note: See TracBrowser for help on using the repository browser.