ode45 for forced vibration with 10 dof?
조회 수: 1 (최근 30일)
이전 댓글 표시
is it possible to solve veolcity response of ode45 with 10 degrees of freedom(dof), if yes can you help me with some examples
댓글 수: 8
Walter Roberson
2019년 12월 6일
What is it you would do differentiation on ?
If you need another level of integration, add another y entry, like
yp = [y(2); y(3); (-((c/m)*y(3))-((k/m)*y(2)))];
답변 (0개)
참고 항목
카테고리
Help Center 및 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!