Ignore:
Timestamp:
01/07/09 11:22:42 (16 years ago)
Author:
pinsard
Message:

replace fcommands save, load and print by function calls

File:
1 edited

Legend:

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

    r17 r23  
    5050%%%%%%%%%%%%%%% FICHIER OLR 
    5151% ouverture / lecture du fichier 
    52 load eof24_1030.txt 
     52status=load('eof24_1030.txt'); 
    5353ind_olr=reshape(eof24_1030,122,28); 
    5454k=122*28; 
     
    244244end; 
    245245 
    246 print -depsc2 composite_hgt700_EOF234_1030_part1.eps; 
     246status=print('-depsc2','composite_hgt700_EOF234_1030_part1.eps'); 
    247247 
    248248figure(2); 
     
    320320end; 
    321321 
    322 print -depsc2 composite_hgt700_EOF234_1030_part2.eps; 
     322status=print('-depsc2','composite_hgt700_EOF234_1030_part2.eps'); 
Note: See TracChangeset for help on using the changeset viewer.