source: MML/trunk/machine/SOLEIL/Booster/applications/load_booster.m @ 17

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

To have a stable version on the server.

  • Property svn:executable set to *
File size: 169 bytes
Line 
1% set booster setup
2
3listefile = dir('boo_*') ;
4comment={};
5for i=1:length(listefile)
6  load(listefile(i).name);
7  comment=strvcat(comment , boo.comment);
8end
9comment
10
11
Note: See TracBrowser for help on using the repository browser.