Info
This question is closed. Reopen it to edit or answer.
finding a fuction of set of refined points
1 view (last 30 days)
Show older comments
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 Comments
Stephen23
on 23 Nov 2017
Edited: Stephen23
on 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".
Answers (0)
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!