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

    r24 r26  
    159159           y=hgt500_filtre_compomax(1:nb_value,a,b,c); 
    160160           student1(a,b,c)=ttest(x,y,.1); 
    161         end 
    162     end 
    163 end 
     161        end; 
     162    end; 
     163end; 
    164164disp(['iii : compteurmin =', int2str(compteurmin)]); 
    165165disp(['iii : compteurmax =', int2str(compteurmax)]); 
     
    204204             end; 
    205205          end; 
    206        end 
     206       end; 
    207207       subplot(7,1,8-e); 
    208208       palettecomplet 
     
    218218       else 
    219219      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    220        end 
     220       end; 
    221221       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    222222       if e==4; 
     
    231231       if e==7; 
    232232          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    233        end 
     233       end; 
    234234       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    235235       pos_vert=e/10; 
     
    264264             end; 
    265265          end; 
    266        end 
     266       end; 
    267267       subplot(7,1,8-e); 
    268268       palettecomplet 
     
    278278       else 
    279279      set (gca,'XTick',[-180:60:180],'XTickLabel',[' ';' ';' ';' ';' ';' '],'fontname','Arial','fontsize',6); 
    280        end 
     280       end; 
    281281       set (gca,'YTick',[30:10:70],'YTickLabel',['30N';'40N';'50N';'60N';'70N'],'fontname','Arial','fontsize',6); 
    282282       if e==4; 
     
    291291       if e==7; 
    292292          title('HGT500 composite EOF2 1030j simulation AFR','fontsize',8) ; 
    293        end 
     293       end; 
    294294       text(-270,40,['day = ',num2str(f-21)],'fontname','Arial','fontsize',10); 
    295295       pos_vert=e/10; 
Note: See TracChangeset for help on using the changeset viewer.