Azzera filtri
Azzera filtri

about: lsqnonlin function:What exactly does it mean inconsistent input bounds?

1 visualizzazione (ultimi 30 giorni)
Hello! Im refering to the "Note: If the specified input bounds for a problem are inconsistent, the output x is x0 and the outputs resnorm and residual are []", in the lsqnonlin function... The question is: what inconsistent means exactly?? Im asking because I keep getting the initial value of x0 when I run my code... Thanks

Risposte (1)

John D'Errico
John D'Errico il 19 Gen 2017
Gosh, suppose that you supplied
lb = 1;
ub = 0;
Do you think that would constitute an inconsistent set of bounds?
I can't know what you did wrong here. There are multiple reasons why you MIGHT get the same value as your input. You might have created a discontinuous function, by trying to use rounding internally, for example. That would cause the same problem, because your function would then be piecewise constant.
So you might be looking in entirely the wrong place. How could we possibly know? The mind reading toolbox never seems to work when I need it.

Categorie

Scopri di più su Code Generation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by