Azzera filtri
Azzera filtri

Problem using MATLAB fsolve function

2 visualizzazioni (ultimi 30 giorni)
Ashish Meshram
Ashish Meshram il 22 Gen 2021
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>
>>

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by