source: MML/trunk/machine/SOLEIL/Booster/applications/make_orbit.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: 148 bytes
Line 
1% make orbit
2function make_orbit
3
4%     i=(1:22)';
5%     v=0.2*(1-2*rand([1 22])');
6%     setpv('HCOR',v ,i);
7    setpv('HCOR',0.5 ,7
8    );
9
10end
11
12
Note: See TracBrowser for help on using the repository browser.