Curve Fitting to high order exponential function
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ANIL ALAN
am 30 Dez. 2015
Kommentiert: ANIL ALAN
am 5 Jan. 2016
Hello everybody, this is my first question here.
What I was trying to do is to fit an exponential function to a data. I already tried Matlab's Curve Fitting Tool, however it only fits exponential functions up to 2nd order. My data is more complex than that unfortunately, therefore 2nd order fit doesn't give me good result. Do you know any other tools or methods that I can use in Matlab to make the exponential fitting higher than 2nd order ?
Thanks in advance
Anil
3 Kommentare
John D'Errico
am 30 Dez. 2015
I wish I could up-vote a comment. I would do so for dpb's comment were that possible.
Akzeptierte Antwort
Rakesh Chavan
am 5 Jan. 2016
Hi Alan,
Have you tried using the System Identification APP in MATLAB. It the App can be used for identifying linear models given data which I think you want to achieve. Documentation for the app can be found at the following link:
There are other functions like 'iddata' and 'ssest' where given data and order we can obtain a state space model for the plant. Kindly refer to the following link:
Hope this helps.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Model Identification finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!