(translator=pacific, ChineseSource=pacific-20020609-7\else.html, EnglishSource=c:\matlabr12\help\techdoc\ref\else.html)
MATLAB Function Reference    
else

條件執行指令(Conditionally execute statements)

Syntax

Description

 else  command is used to delineate an alternate block of statements.

expression 的結果是0,將會執行第二個的 statements 。  expression通常為下列敘述所產生的結果:

 rop==, <, >, <=, >=, or ~=.

See Also

break, elseif, end, for, if, return, switch, while


 ellipke elseif