Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
finding a fuction of set of refined points
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a set of points, time and RPM of a rotating crankshaft. And the RPM is refined to .0000001 time scale resulting in a set of 4000+ points. The graph is plotted below. Is there any method to find the function of this graph?(which can be further applied in Multibody simulation to replicate the test bench). And the RPM gradually decreases and come to halt after the ignition is turned off.

3 commentaires
Stephen23
le 23 Nov 2017
Modifié(e) : Stephen23
le 23 Nov 2017
You basically have a choice between:
- you know something about the underlying physical process, and can use this to fit a model to the data. Any internet search engine can help you: "MATLAB curve fitting".
- you know nothing about the process (or it is too complex), then you can fit a spline. Any internet search engine can help you: "MATLAB splines".
Réponses (0)
Cette question est clôturée.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!