필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to get function handles from sybolic vector of variables for ode45?

조회 수: 1 (최근 30일)
SANDEEP KUMAR R
SANDEEP KUMAR R 2016년 10월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
I am trying to solve Xdot=f(X,U). X U are vectors. From symbolic algebra i had derived Xdot.I need to convert this into a suitable function handle for ode45. (dsolve didnt work)

답변 (1개)

Mischa Kim
Mischa Kim 2016년 10월 20일
Sandeep, use matlabFunction to convert the ODE from symbolic to numeric. You can then use ode45 to solve the differential equation.
  댓글 수: 2
SANDEEP KUMAR R
SANDEEP KUMAR R 2016년 10월 20일
편집: SANDEEP KUMAR R 2016년 10월 20일
I got the above error
Mischa Kim
Mischa Kim 2016년 10월 20일
Please attach entire code so we can run it.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by