derivative in syms
이전 댓글 표시
If I am using syms, and i have the following
a = b * u
then da/dt = b * du/dt.
How do I get matlab to do this rather than just assume u is not a function of t and assign a value of 1?
채택된 답변
추가 답변 (1개)
William
2011년 10월 12일
0 개 추천
It looks like you're tying a differential equation
try this link
댓글 수: 2
Franco
2011년 10월 12일
Bjorn Gustavsson
2011년 10월 12일
Look at 'dsolve' then, that should be what you want to use for solving DE analytically.
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!