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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Yugal Gupta
il 25 Mag 2017
Modificato: John D'Errico
il 25 Mag 2017
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.
0 Commenti
Risposta accettata
John D'Errico
il 25 Mag 2017
Modificato: John D'Errico
il 25 Mag 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.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interpolation 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!