Ignore:
Timestamp:
01/08/09 09:41:48 (15 years ago)
Author:
pinsard
Message:

add semi-colon after end everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/composite_olr_TR_eof2_1030.m

    r24 r26  
    227227           y=olr_filtre_compomax(1:nb_value,a,b,c); 
    228228           student1(a,b,c)=ttest(x,y,.2); 
    229         end 
    230     end 
    231 end 
     229        end; 
     230    end; 
     231end; 
    232232 
    233233olr_filtre_compomin1(:,:,:)=nanmean(olr_filtre_compomin); 
     
    266266             end; 
    267267          end; 
    268        end 
     268       end; 
    269269       subplot(7,1,8-e); 
    270270       palette 
     
    280280       else 
    281281      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    282        end 
     282       end; 
    283283       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    284284       if e==4; 
     
    293293       if e==7; 
    294294          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    295        end 
     295       end; 
    296296       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    297297       pos_vert=e/10; 
     
    328328             end; 
    329329          end; 
    330        end 
     330       end; 
    331331       subplot(7,1,8-e); 
    332332       palette 
     
    342342       else 
    343343      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    344        end 
     344       end; 
    345345       set (gca,'YTick',[-10:10:30],'YTickLabel',['10S';'  0';'10N';'20N';'30N'],'fontname','Arial','fontsize',6); 
    346346       if e==4; 
     
    355355       if e==7; 
    356356          title('OLR composite EOF2 30100j simulation TR','fontsize',8) ; 
    357        end 
     357       end; 
    358358       text(-270,10,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    359359       pos_vert=e/10; 
Note: See TracChangeset for help on using the changeset viewer.