Ignore:
Timestamp:
01/13/09 14:31:19 (15 years ago)
Author:
pinsard
Message:

correction of usage of save function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/carte_eof_ER_jjas_1030.m

    r26 r30  
    121121 
    122122bar(x,vecteurs,'LineStyle','none') 
    123 status=save('vecteurs_eof_ER1030.txt','vecteurs','-ASCII'); 
     123save('vecteurs_eof_ER1030.txt','vecteurs','-ASCII'); 
    124124axis([0.5 20.5 0 25]); 
    125125set (gca,'YTick',[0:5:25],'YTickLabel',[0:5:25],'fontname','Arial','fontsize',6); 
Note: See TracChangeset for help on using the changeset viewer.