Does the $50 student version of matlab not allow the function "dsolve" to work

1 回表示 (過去 30 日間)
Steven
Steven 2014 年 9 月 2 日
回答済み: José-Luis 2014 年 9 月 2 日
The dsolve fuction is unrecognized on my student version of matlab. Can anyone explain this error
dsolve('Dx+2*x=0', 'x(0)=10', 't') Undefined function 'dsolve' for input arguments of type 'char'.

採用された回答

José-Luis
José-Luis 2014 年 9 月 2 日
Please type
ver
in the command line. If the Symbolic Math Toolbox is not list, then you cannot use dsolve unless you get that toolbox.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAssumptions についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by