dont work syms??
조회 수: 2 (최근 30일)
이전 댓글 표시
nothing example with syms dont work in matlab for example this syms y(t) a eqn = diff(y,t,2) == a*y; ySol(t) = dsolve(eqn)
댓글 수: 4
답변 (1개)
Steven Lord
2017년 11월 14일
Which release of MATLAB and Symbolic Math Toolbox are you using? Based on that error I suspect you're using a release prior to release R2012a, when the ability to create symbolic functions was introduced.
The functionality described in the online documentation is for the most recent release. If you're using a sufficiently older release (6+ years is "sufficiently older") I recommend referring to the documentation included in your installation. That local documentation will not refer to features introduced after the release you're using.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!