Borrar filtros
Borrar filtros

Problem using MATLAB fsolve function

2 visualizaciones (últimos 30 días)
Ashish Meshram
Ashish Meshram el 22 de En. de 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>
>>

Respuestas (0)

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by