필터 지우기
필터 지우기

I HAVE THE FOLLOWING ERROR: "Error using bvparguments" HELP ME TO FIX IT

조회 수: 14 (최근 30일)
REVATHI DEVI
REVATHI DEVI 2022년 12월 30일
편집: Torsten 2023년 1월 3일
Error using bvparguments (line 108)
Error in calling BVP4C(ODEFUN,BCFUN,SOLINIT):
The derivative function ODEFUN should return a column vector of length 8.
Error in bvp4c (line 122)
bvparguments(solver_name,ode,bc,solinit,options,varargin);
Error in second (line 25)
sol =bvp4c(@shootode,@shootbc,solinit);
  댓글 수: 8
REVATHI DEVI
REVATHI DEVI 2023년 1월 3일
yes sir are you there sir
my question is i have 7 derivative functions and 8 boundary conditions
Torsten
Torsten 2023년 1월 3일
편집: Torsten 2023년 1월 3일
In the code you posted above, there is a third free parameter p that is to be adjusted so that all three instead of only two boundary conditions can be satisfied. Your original problem - which you deleted for some resason - did not contain such a free parameter.

댓글을 달려면 로그인하십시오.

채택된 답변

Jan
Jan 2022년 12월 30일
이동: Jan 2022년 12월 30일
The code does not run.
  • linspace(0,infinity,40) - what is "infinity" and of course you cannot divide the interval [0, Infinity] into 40 steps.
  • The functions need trailing end statements if this is written in a single file.
  • You provide an initial value with 8 components, but as the error message tells clearly, shootode replies 7 elements only.
  댓글 수: 1
REVATHI DEVI
REVATHI DEVI 2022년 12월 31일
for infinity value is consider as 6 and i have 7equations and 8 boundaries that is my problem

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2022년 12월 31일
you do not initialize your global variables, so some of your calculations return empty

카테고리

Help CenterFile Exchange에서 Boundary Value Problems에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by