source: MML/trunk/machine/SOLEIL/LT1/fae/comparaison_spectre.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: 407 bytes
Line 
1% Directory de sauvegarde des spectres :/home/matlabML/measdata/SOLEIL/LT1data/fae
2
3S_avant = load('-mat','2008-02-27_14-50-00_1_reglage_avant_Golden.mat')
4S_apres = load('-mat','2005-02-22_16-42-08_4_reglage_Golden.mat')
5figure(10);plot(S_avant.xdata2,S_avant.ydata2,'b');
6figure(10);hold on ; plot(S_apres.xdata2,S_apres.ydata2,'r');
7legend('S_avant','S_apres');xlabel('MeV');ylabel('charge normalisée');
Note: See TracBrowser for help on using the repository browser.