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

    r15 r16  
    1 clear;  
     1% 
     2 
     3clear; 
    24 
    35load eof_rossby_jjas_2006_1030.mat 
     
    57PC1=olr*C; 
    68 
    7 time_serie_olr1=PC1(:,425);   
    8 time_serie_olr2=PC1(:,424);   
     9time_serie_olr1=PC1(:,425); 
     10time_serie_olr2=PC1(:,424); 
    911year=zeros(122,28); 
    1012for a=1:122 
     
    3638 
    3739a=1; 
    38 clear koro1  
     40clear koro1 
    3941debut=(a-1)*122+1; 
    4042fin=a*122; 
     
    5355set (gca,'tickDir','out'); 
    5456axis([1 122 -100 100]); 
    55     
     57 
    5658 
    5759set (gca,'YTick',[-100:20:100],'YTickLabel',[-100:20:100],'fontname','Arial','fontsize',6); 
Note: See TracChangeset for help on using the changeset viewer.