MATLAB: I fitted a curve using CFTOOL. After that i saved the data to the “workspace”. Now i want to use the fitted data points. So how can i extract them from the object saved to the workspace

cftoolCurve Fitting Toolbox

How can i extract data points from object in curve fitting tool?

Best Answer

Just start using it to evaluate points
cfitObj(points)
Related Question