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

    r26 r30  
    338338disp(['iii : compteurmin =', int2str(compteurmin)]); 
    339339disp(['iii : compteurmax =', int2str(compteurmax)]); 
    340 status=save('tablecompteurmin_pb.txt','tablecompteurmin','-ASCII'); 
    341 status=save('tablecompteurmax_pb.txt','tablecompteurmax','-ASCII'); 
     340save('tablecompteurmin_pb.txt','tablecompteurmin','-ASCII'); 
     341save('tablecompteurmax_pb.txt','tablecompteurmax','-ASCII'); 
    342342 
    343343% on fait la somme des valeurs de hgt500_filtreentiel sur le nbre d occurences 
Note: See TracChangeset for help on using the changeset viewer.