(translator=Young, ChineseSource=Young-20020720-20\odeget.html, EnglishSource=c:\matlabr12\help\techdoc\ref\odeget.html)
MATLAB Function Reference    
odeget

odeset 產生的選項結構中擷取出一些屬性。

Syntax

Description

o = odeget(options,'name') 從積算器選項架構 options 中,擷取出由字串 'name' 定義的屬性值。如果屬性的值沒有定義在 options 中,會回傳一個空矩陣。只要輸入可以獨立確定屬性名稱的前幾個字母就可以了。屬性名稱的大小寫會被忽略。空矩陣 [] 是錯誤的 options 參數。

o = odeget(options,'name',default) 如果屬性名稱沒有定義在 options 中,回傳 o = default

Example

已經建構好一個 ODE 選項架構,

你可以用 odeget 看這些屬性設定。

See Also

odeset


 odefile odeset