필터 지우기
필터 지우기

Solve System of NonLinear ODEs with bvp4c

조회 수: 1 (최근 30일)
Nikolas Haimerl
Nikolas Haimerl 2019년 10월 28일
편집: Nikolas Haimerl 2019년 10월 28일
I am trying to solve a system of ODES with specific boundary conditions
q''=inv(DD)*(T-CC*q'-gg)
in which q is a three dimensional vector q=[x(t),y(t),z(t)] and q'=dq/dt,q''=ddq/ddt
DD=DD..DD is a matrix independent of q
T=T(q')..T is a vector dependent on the first derivative of q
CC=CC..CC is a matrix independent of q
gg=gg..gg is a vector independent of q
The boundary conditions are: qa=[0,y0,z0], qb=[xb,0,0]
I have found the description of the bvp4C from the official Matlab website and some in the internet but they all just take q as a one dimensional vector dependent only on one variable. I would really appreciate any help as to how I set up the functions bvpfcn, bcfcn and solinit for this particular problem.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by