Problem using MATLAB fsolve function

조회 수: 1 (최근 30일)
Ashish Meshram
Ashish Meshram 2021년 1월 22일
I'm trying to get the solution of the following two non-linear simultaneous equations in two variables
Values of the parameters have been initialized within the code.
I’m mainting a repo in github for the MATLAB codes.
Problem: I’m getting the following warning while executing the code. Also, I’m getting solution same as the initial values of t0t0 and xTxT.
Warning: Trust-region-dogleg algorithm of FSOLVE cannot handle non-square systems; using Levenberg-Marquardt algorithm instead.
> In fsolve (line 316)
In EstimatexTt0 (line 5)
In Estimate (line 9)
Equation solved at initial point.
fsolve completed because the vector of function values at the initial
point is near zero as measured by the value of the function tolerance,
and the problem appears regular as measured by the gradient.
<stopping criteria details>
>>

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by