Fit data using a function
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sanchit Sharma
il 1 Lug 2019
Commentato: the cyclist
il 1 Lug 2019
Hello,
I am an absolute beginner in MATLAB. I want to fit my attached data as per this equation.
(-0.00789+0.06769*sqrt(x+0.021159*(x^2)))
In attached data------ Y axis = data.mat
X axis = ED.mat
Many thanks!
0 Commenti
Risposta accettata
the cyclist
il 1 Lug 2019
Modificato: the cyclist
il 1 Lug 2019
The equation you have written there has no parameters. It has only constants and the data.
But if each of those constants (e.g. 0.06769) is actually a parameter that you are hoping to find via fitting, then I suggest using the fitnlm function from the Statistics and Machine Learning Toolbox.
2 Commenti
the cyclist
il 1 Lug 2019
Sorry, I've never heard of that technique, and a quick google search did not turn up much for me.
Next time you ask a question, you might want to put more detail like that into it. It saves everyone's time.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!