Curve fitting tool plots for multiple plots

4 views (last 30 days)
I have two different plots using cftool from the data of one table. How do I merge the two plots into one?
  1 Comment
Hengameh Noshahri
Hengameh Noshahri on 25 Nov 2020
cftool uses separate plot windows for different fits. To have both plots in one, you can export your plot data into your workspace and plot them both in one figure. I guess this will do the trick.
Another solution is to do the fitting with programming and without using the cftool interface. Following link explains how to do this:

Sign in to comment.

Answers (0)

Categories

Find more on Get Started with Curve Fitting Toolbox 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!