Curve fitting tool plots for multiple plots
4 views (last 30 days)
Show older comments
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
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:
Answers (0)
See Also
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!