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

開啓 catch 區塊

Description

 try 的形式如下:

一般來說,只執行 trycatch 之間的指令。然而當執行這些指令時發生錯誤,可由 lasterr來抓取錯誤資訊,並且執行 catchend 間的指令。 若在 catch 區塊中又發生錯誤,除非這個錯誤再被另一個try...catch 抓取執行,否則程式將會中止。我們可用 lasterr指令來得到在 try 區塊中發生錯誤時的所產生的錯誤訊息。

See Also

end, eval, evalin, try


 cat caxis