source: MML/trunk/machine/SOLEIL/common/synchro/tablesynchro.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: 232 bytes
Line 
1% tables synchro
2
3
4clear bunch
5paquet=1;
6bunch(1)=1;
7p=0;
8tab=[0 0];
9for i=1:52
10   
11   paquet=paquet+184;
12   if (paquet>416)
13       paquet=paquet-416;
14       p=p+1;
15   end   
16   bunch(i+1)=paquet;
17   tab=[tab ; i p ]
18end
19bunch
20tab
Note: See TracBrowser for help on using the repository browser.