source: MML/trunk/machine/SOLEIL/Booster/applications/save_param.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: 207 bytes
Line 
1function save_param(comment)
2
3% save parameter
4file=appendtimestamp('boo');
5
6% commentaire
7    boo=load_param;
8    boo.date   =datestr(clock);
9    boo.comment=comment;
10   
11% sauvegarde
12save(file, 'boo');
13
14
Note: See TracBrowser for help on using the repository browser.