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

    r25 r30  
    6363cosa23=mean(cosa23); 
    6464cosa23=cosa23'; 
    65 status=save('eof23_1030.txt','cosa23','-ASCII'); 
     65save('eof23_1030.txt','cosa23','-ASCII'); 
    6666cosa23=reshape(cosa23,122,28); 
    6767 
     
    7272cosa24=mean(cosa24); 
    7373cosa24=cosa24'; 
    74 status=save('eof24_1030.txt','cosa24','-ASCII'); 
     74save('eof24_1030.txt','cosa24','-ASCII'); 
    7575cosa24=reshape(cosa24,122,28); 
    7676 
Note: See TracChangeset for help on using the changeset viewer.