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/mode_sahelien/time_serie_ER_rossby_1030_complet.m

    r15 r16  
    1 clear; close all; 
     1% 
    22 
    3 figure(1); orient('landscape') 
    4 figure(2); orient('landscape') 
    5 figure(3); orient('landscape') 
     3clear; 
     4close all; 
     5 
     6figure(1); 
     7orient('landscape') 
     8figure(2); 
     9orient('landscape') 
     10figure(3); 
     11orient('landscape') 
    612 
    713 
     
    1016PC1=olr*C; 
    1117 
    12 time_serie_olr1=PC1(:,425);   
    13 time_serie_olr2=PC1(:,424);   
     18time_serie_olr1=PC1(:,425); 
     19time_serie_olr2=PC1(:,424); 
    1420 
    1521for a=1:28; 
    1622   if a<12; 
    17       figure(1); subplot(4,3,a); 
     23      figure(1); 
     24      subplot(4,3,a); 
    1825   elseif a<23; 
    19       figure(2); subplot(4,3,a-11); 
     26      figure(2); 
     27      subplot(4,3,a-11); 
    2028   else 
    21       figure(3); subplot(4,3,a-22); 
     29      figure(3); 
     30      subplot(4,3,a-22); 
    2231   end 
    23    clear koro1  
     32   clear koro1 
    2433   debut=(a-1)*122+1; 
    2534   fin=a*122; 
     
    4554   set (gca,'tickDir','out'); 
    4655axis([1 122 -100 100]); 
    47     
     56 
    4857 
    4958set (gca,'YTick',[-100:20:100],'YTickLabel',[-100:20:100],'fontname','Arial','fontsize',6); 
     
    5160end 
    5261 
    53 figure(1); print -depsc2 time_serie_eof_ER_10-30j_part1.eps; 
    54 figure(2); print -depsc2 time_serie_eof_ER_10-30j_part2.eps; 
    55 figure(3); print -depsc2 time_serie_eof_ER_10-30j_part3.eps; 
     62figure(1); 
     63print -depsc2 time_serie_eof_ER_10-30j_part1.eps; 
     64figure(2); 
     65print -depsc2 time_serie_eof_ER_10-30j_part2.eps; 
     66figure(3); 
     67print -depsc2 time_serie_eof_ER_10-30j_part3.eps; 
Note: See TracChangeset for help on using the changeset viewer.