rational curve fitting function?

I've been using the Matlab Curve Fitting Toolbox to do rational fittings of the form y = p1/(x+q1) and it's been working great. However, I'll be processing a large number of data sets and it will be very tedious and time-consuming to do the fitting for each set individually in the app and copy the result into the workspace. So I was wondering if there's any Matlab function that can do the similar rational fitting?

 Respuesta aceptada

Steven Lord
Steven Lord el 25 de Feb. de 2020

1 voto

If they're all using the same type of fit, you could try fitting once interactively then generating code from the app and running that generated code with your subsequent data sets. Or you could start off setting up your fitoptions and creating your own fittype then call fit with each data set and your fittype. See this documentation page for a worked example.

1 comentario

Sierra Wang
Sierra Wang el 25 de Feb. de 2020
Thank you so much I didnt know the toolbox can generate code

Iniciar sesión para comentar.

Más respuestas (1)

Stephan
Stephan el 25 de Feb. de 2020
Editada: Stephan el 25 de Feb. de 2020

0 votos

Categorías

Más información sobre Linear and Nonlinear Regression en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 25 de Feb. de 2020

Comentada:

el 25 de Feb. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by