Can I fit multiple data sets using the Basic Fitting Tool in MATLAB?

22 次查看(过去 30 天)
After plotting multiple data sets in a MATLAB figure window, selecting "Tools > Basic Fitting", and using the "Select data" menu to select a data set, I can fit an equation to the selected data.
When I select a different data set, however, the previous fit is erased.
How can I view fits to more than one data set in the same figure window?

采纳的回答

MathWorks Support Team
The ability to fit multiple data sets is not available in the Basic Fitting Tool.
There are several workarounds:
1. Use the "Numerical results" panel of the Basic Fitting Tool to save each fit to the workspace, then plot the data sets and the fits to the same figure window using the HOLD command.
2. Use the MATLAB backslash operator (\) to produce the fits and the plots from a MATLAB script.
3. Use the Curve Fitting Toolbox.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by