Ignore:
Timestamp:
01/06/09 10:53:18 (16 years ago)
Author:
pinsard
Message:

remove trailing blanks, split lines with multiple statements

File:
1 edited

Legend:

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

    r15 r16  
     1% 
     2 
    13clear; 
    24close all; 
     
    2628for a=1:29; 
    2729   if a<12; 
    28       figure(1); subplot(4,3,a); 
     30      figure(1); 
     31      subplot(4,3,a); 
    2932   elseif a<23; 
    30       figure(2); subplot(4,3,a-11); 
     33      figure(2); 
     34      subplot(4,3,a-11); 
    3135   else 
    32       figure(3); subplot(4,3,a-22); 
     36      figure(3); 
     37      subplot(4,3,a-22); 
    3338   end 
    34    clear koro1  
     39   clear koro1 
    3540   debut=(a-1)*122+1; 
    3641   fin=a*122; 
    3742   koro1=time_serie_olr1(debut:fin); 
    3843   koro2=time_serie_olr2(debut:fin); 
    39    clear x; x=[1:122]'; 
     44   clear x; 
     45   x=[1:122]'; 
    4046   plot(x,koro1,'r'); 
    4147   hold on 
     
    5359   set (gca,'tickDir','out'); 
    5460   axis([1 122 -3 3]); 
    55     
     61 
    5662 
    5763   set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
     
    5965end; 
    6066 
    61 figure(1); print -depsc2 time_serie_eof_afr_1030a.eps; 
    62 figure(2); print -depsc2 time_serie_eof_afr_1030b.eps; 
    63 figure(3); print -depsc2 time_serie_eof_afr_1030c.eps; 
    64  
     67figure(1); 
     68print -depsc2 time_serie_eof_afr_1030a.eps; 
     69figure(2); 
     70print -depsc2 time_serie_eof_afr_1030b.eps; 
     71figure(3); 
     72print -depsc2 time_serie_eof_afr_1030c.eps; 
Note: See TracChangeset for help on using the changeset viewer.