Curve fitting (curve fitting tool)

조회 수: 21 (최근 30일)
Chanaka Navarathna
Chanaka Navarathna 2019년 4월 21일
답변: Walter Roberson 2019년 4월 21일
Is there a way to do multiple curve fittings on same window?

답변 (1개)

Walter Roberson
Walter Roberson 2019년 4월 21일
There is no supported way.
There are ways that you could run your own code that would find the axes that is being used for the curve fitting toolbox and mark the axes as the equivalent of "hold on". and then you could choose new data sources and functions and run those through. However, by default cftool runs (and plots) after every change of everything, instead of just when you ask it to, so the output is likely to get crowded.
I would suggest to you that it would be more productive to do the fits and save the fit objects when they are ready, and then run code to plot the various objects in other windows.

카테고리

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