필터 지우기
필터 지우기

I find this error in MATLAB. 'Error using bvparguments (line 111)'

조회 수: 3 (최근 30일)
Zohaib Arshad
Zohaib Arshad 2021년 4월 4일
댓글: Walter Roberson 2021년 4월 4일
Error using bvparguments (line 111)
Error in calling BVP4C(ODEFUN,BCFUN,SOLINIT,OPTIONS):
The boundary condition function BCFUN should return a column vector of length 10.
Error in bvp4c (line 129)
[n,npar,nregions,atol,rtol,Nmax,xyVectorized,printstats] = ...
Error in eqew (line 5)
sol1 = bvp4c(@ex8ode,@ex8bc,solinit,options);
Error in maincodeift (line 8)
sols1c1=eqew;
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 4월 4일
Your ex8bc function needs to return a column vector that has 10 elements in it. It is not acceptable for it to return a row vector.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by