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/SIMULS_IRCAAM/time_serie_noaa_annuel_20.m

    r15 r16  
     1% 
    12clear; 
    23close all; 
     
    3738koro3=time_serie_olr3; 
    3839 
    39 clear x; x=[1979:2006]'; 
     40clear x; 
     41x=[1979:2006]'; 
    4042aa=plot(x,-koro1,'r'); 
    4143hold on 
     
    5355set (gca,'tickDir','out'); 
    5456print -depsc2 time_serie_eof_noaa_annuel_20.eps; 
    55  
Note: See TracChangeset for help on using the changeset viewer.