What does it represent the second vector in solinit?

조회 수: 1 (최근 30일)
Elia Paini
Elia Paini 2021년 4월 28일
Hi, I solved a system of ODEs second order with BCs with bvp4c.
I have 8 variables (4 are the functions I'm interested, y(x), the others are the 4 derivatives dy/dx).
After defining the vector xmesh, I have to insert the second vector, which should be represent the initial guess.
solinit = bvpinit(xmesh,[0,0,0,0,1,1,1,1]);
However, I don't know how the second vector should be inserted to obtain a good solution. It seems that its values poorly change the final solution, but I don't understand their meanings.
I've already read the guide, but I haven't found the answer.
Thak you all!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by