Ignore:
Timestamp:
01/07/09 16:49:58 (15 years ago)
Author:
pinsard
Message:

correction of usage of print function, fix side effect of load function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/composite_hgt500_TROP_eof2_1030.m

    r23 r24  
    55close all; 
    66 
    7 status=load('hgt500_trop.mat'); 
     7status=load('hgt500_trop.mat','hgt500'); 
     8hgt500=status.hgt500; 
     9clear status; 
    810 
    911ncload('zg_d.TrNQIVIV.197106-09.nc'); 
     
    3739 
    3840status=load('eof2_TR_1030.txt'); 
     41eof2_TR_1030=status; 
     42clear status; 
    3943 
    4044% on met sous la forme annee mois 
     
    212216       set (gca,'position',[0.2 pos_vert 0.5 0.1]) 
    213217end; 
    214 status=print('-depsc2','composite_hgt500_trop_eof2_1030a.eps'); 
     218print('-depsc2','composite_hgt500_trop_eof2_1030a.eps'); 
    215219 
    216220figure(2); 
     
    267271       set (gca,'position',[0.2 pos_vert 0.5 0.1]) 
    268272end; 
    269 status=print('-depsc2','composite_hgt500_trop_eof2_1030b.eps'); 
     273print('-depsc2','composite_hgt500_trop_eof2_1030b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.