source: MML/trunk/machine/SOLEIL/Booster/applications/make_orbit.m

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

To have a stable version on the server.

  • Property svn:executable set to *
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.