Borrar filtros
Borrar filtros

Is there a way to do a polynomial fit and an exponential fit on a single plot at two different intervals in the plot?

3 visualizaciones (últimos 30 días)
For example: I have a plot of a an array containing y and x variables. The graph has three distinct curves from the data. I want to approximate an exponential function for one interval, a polynomial function for the second.
How would I go about doing this?

Respuestas (1)

Rishabh Gupta
Rishabh Gupta el 28 de Sept. de 2018
Hi Ken,
If you know the interval for the three distinct curves, then one of the approach would be to divide your data into 3 subsets and fit respective functions to those subsets. Then you can easily plot the fitted functions onto the same plot.
Hope this helps.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by