I am using 'fit' command for curve fitting. But my model equation is defined only for some range of input (x>5) . For x<5, model equation is y =2 (Having no constants). So How should I deal this problem ? Thanks in Advance.

1 Ansicht (letzte 30 Tage)
I am using 'fit' command for curve fitting. But my model equation is defined only for some range of input (x>5) . For x<5, model equation is y =2 (Having no constants). So How should I deal this problem ? Thanks in Advance.

Akzeptierte Antwort

John D'Errico
John D'Errico am 25 Mai 2017
Bearbeitet: John D'Errico am 25 Mai 2017
You essentially have no model to fit, when x < 5. Even if you did, who cares? We already know what y is then! You know the model below that point. Any data that falls below x=5, just ignore it. It will not be needed for the fit, so there is no problem at all.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by