how to find curve fit for my plot?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Raheema Al Karim Damani
el 18 de Feb. de 2020
Comentada: Raheema Al Karim Damani
el 13 de Mzo. de 2020
I have this plot in which I have plotted signal intensity vs time, but my plot does not look how it is supposed to (fig 2) instead it looks like fig 1.
so what I want to do is to find a function by curve fitting the points that I have already and then plotting the remaining points in the function to complete the curve. Ive tried using the cftool in matlab but I did not have any luck finding a function that would fit to my data.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/272265/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/272266/image.png)
2 comentarios
KSSV
el 18 de Feb. de 2020
What you are looking for is extrapolation....you cannot expect the same result as you have shown.
Respuestas (1)
Monisha Nalluru
el 4 de Mzo. de 2020
In order to get the second plot, Pre-processing of data is required. The pre-processed data then can be applied with the functions from Curve Fitting Toolbox such as cfit,sfit etc. After getting the fitting use those co-efficient to get the new signal intensity.
Also refer the following links:
Ver también
Categorías
Más información sobre Descriptive Statistics and Visualization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!