Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

What is curve fitting and how to do it?

3 visualizaciones (últimos 30 días)
Vinit
Vinit el 31 de Jul. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I want to do curve fitting for the graph i have .... i am very new to matlab. So were should i start from.... i would be great if you could break it into parts so that i can understand it better.
Thank you.

Respuestas (1)

Ahmet Cecen
Ahmet Cecen el 31 de Jul. de 2014
I will keep it concise so as not to go into an off-matlab area. Curve fitting (commonly associated with regression) usually comes into play when you need to estimate a vector of values y as a function of a vector or multiple vectors of values x. The simplest way to get started is to use the cftool command. Feed your vector x as 1 parameter and your vector y as another, then experiment with the various curves that are available built in to the tool. If you have more x vectors than 2, then you need a more elaborate scheme. I would suggest looking into the regress function if you have the toolbox. Also check matlab file exchange for various implementations of curve fitting an regression, including one from your's truly for somewhat elaborate polynomial fits.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by