rational curve fitting function?
Show older comments
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?
1 Comment
darova
on 25 Feb 2020
Can you show your data?
Accepted Answer
More Answers (1)
Have a read here:
1 Comment
Sierra Wang
on 25 Feb 2020
Categories
Find more on Linear and Nonlinear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!