Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
helen flountzi
helen flountzi le 19 Jan 2017
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

Réponses (1)

John D'Errico
John D'Errico le 19 Jan 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.

Catégories

En savoir plus sur Code Generation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by