dynamic equation in matlab
이전 댓글 표시
how to plot this dynamic equation

댓글 수: 2
John D'Errico
2017년 2월 20일
Why not start with ODE45?
Walter Roberson
2017년 2월 20일
You will need to use a numeric algorithm. The symbolic approaches only work for x1(0) = 0, or for a very specific relationship between x1 and its derivative that is difficult to achieve and which is not prescriptive (that is, the symbolic approaches give a formula for recognizing that a propose x1(t) satisfies the requirements, but it would be very difficult to use the formula to construct a solution.)
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!