Ignore:
Timestamp:
01/07/09 11:22:42 (15 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_uwnd925_EOF23_1030.m

    r18 r23  
    5050%%%%%%%%%%%%%%% FICHIER OLR 
    5151% ouverture / lecture du fichier 
    52 load eof23_1030.txt 
     52status=load('eof23_1030.txt'); 
    5353ind_olr=reshape(eof23_1030,122,28); 
    5454k=122*28; 
     
    243243end; 
    244244 
    245 print -depsc2 composite_uwnd925_EOF23_1030_part1.eps; 
     245status=print('-depsc2','composite_uwnd925_EOF23_1030_part1.eps'); 
    246246 
    247247figure(2); 
     
    318318end; 
    319319 
    320 print -depsc2 composite_uwnd925_EOF23_1030_part2.eps; 
     320status=print('-depsc2','composite_uwnd925_EOF23_1030_part2.eps'); 
Note: See TracChangeset for help on using the changeset viewer.