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_30100.m

    r15 r16  
     1% 
     2 
    13clear; 
    24 
     
    46olr=olr'; 
    57PC1=olr*C; 
    6  
    78 
    89%%%%%%% cronique de la VP1 
     
    2526for a=1:29; 
    2627   if a<12; 
    27       figure(1); subplot(4,3,a); 
     28      figure(1); 
     29      subplot(4,3,a); 
    2830   elseif a<23; 
    29       figure(2); subplot(4,3,a-11); 
     31      figure(2); 
     32      subplot(4,3,a-11); 
    3033   else 
    31       figure(3); subplot(4,3,a-22); 
     34      figure(3); 
     35      subplot(4,3,a-22); 
    3236   end 
    33    clear koro1  
     37   clear koro1 
    3438   debut=(a-1)*122+1; 
    3539   fin=a*122; 
    3640   koro1=time_serie_olr1(debut:fin); 
    3741   koro2=time_serie_olr2(debut:fin); 
    38    clear x; x=[1:122]'; 
     42   clear x; 
     43   x=[1:122]'; 
    3944   plot(x,koro1,'r'); 
    4045   hold on 
     
    5257   set (gca,'tickDir','out'); 
    5358   axis([1 122 -3 3]); 
    54     
     59 
    5560 
    5661   set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
     
    5863end; 
    5964 
    60 figure(1); print -depsc2 time_serie_eof_afr_30100a.eps; 
    61 figure(2); print -depsc2 time_serie_eof_afr_30100b.eps; 
    62 figure(3); print -depsc2 time_serie_eof_afr_30100c.eps; 
    63  
     65figure(1); 
     66print -depsc2 time_serie_eof_afr_30100a.eps; 
     67figure(2); 
     68print -depsc2 time_serie_eof_afr_30100b.eps; 
     69figure(3); 
     70print -depsc2 time_serie_eof_afr_30100c.eps; 
Note: See TracChangeset for help on using the changeset viewer.