필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
helen flountzi
helen flountzi 2017년 1월 19일
편집: helen flountzi 2017년 1월 23일
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

답변 (1개)

John D'Errico
John D'Errico 2017년 1월 19일
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.

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by