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

조회 수: 1 (최근 30일)
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 CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by