source: MML/trunk/machine/SOLEIL/StorageRing/insertions/idAuxFormatPartCorElecBeamMeasDataFromFile.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: 229 bytes
Line 
1function sRes = idAuxFormatPartCorElecBeamMeasDataFromFile(Directory, FileName)
2    FileFullName=[Directory '/' FileName '.mat'];
3    TempStruct=load(FileFullName);
4    fprintf(idAuxFormatPartCorElecBeamMeasData(TempStruct.file))
Note: See TracBrowser for help on using the repository browser.