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/time_serie_jjas_25_90.m

    r24 r30  
    2626end; 
    2727 
    28 status=save('eof1_olr_rossby_jjas_2590.txt','time_serie_olr1','-ASCII'); 
    29 status=save('eof2_olr_rossby_jjas_2590.txt','time_serie_olr2','-ASCII'); 
    30 status=save('eof3_olr_rossby_jjas_2590.txt','time_serie_olr3','-ASCII'); 
     28save('eof1_olr_rossby_jjas_2590.txt','time_serie_olr1','-ASCII'); 
     29save('eof2_olr_rossby_jjas_2590.txt','time_serie_olr2','-ASCII'); 
     30save('eof3_olr_rossby_jjas_2590.txt','time_serie_olr3','-ASCII'); 
    3131 
    3232x=[1:3416]'; 
Note: See TracChangeset for help on using the changeset viewer.