source: MML/trunk/machine/SOLEIL/common/synchro/tablesynchro.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: 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.