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

remove trailing blanks, split lines with multiple statements

File:
1 edited

Legend:

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

    r15 r16  
     1% 
     2 
    13clear; 
    24 
     
    2830for a=1:22; 
    2931   if a<12; 
    30       figure(1); subplot(4,3,a); 
     32      figure(1); 
     33      subplot(4,3,a); 
    3134   elseif a<23; 
    32       figure(2); subplot(4,3,a-11); 
     35      figure(2); 
     36      subplot(4,3,a-11); 
    3337   else 
    34       figure(3); subplot(4,3,a-22); 
     38      figure(3); 
     39      subplot(4,3,a-22); 
    3540   end 
    36    clear koro1  
     41   clear koro1 
    3742   debut=(a-1)*122+1; 
    3843   fin=a*122; 
    3944   koro1=time_serie_olr1(debut:fin); 
    4045 
    41    clear x; x=[1:122]'; 
     46   clear x; 
     47   x=[1:122]'; 
    4248   plot(x,koro1,'r'); 
    4349   hold on 
     
    5460   set (gca,'tickDir','out'); 
    5561   axis([1 122 -3 3]); 
    56     
     62 
    5763 
    5864set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
     
    6672figure(3); 
    6773print -depsc2 time_serie_JJAS_30100_part3.eps; 
    68  
    69  
Note: See TracChangeset for help on using the changeset viewer.