FIG2CFTOOL

Takes lines plotted in figure and puts them into cftool.
1.9K Downloads
Updated 7 Jul 2010

View License

Grabs the lines from current figure or figurehandle passed as parameter and passes them into cftool.
Luckily, sequential calls to cftool(xdata,ydata) simply adds that data to cftool gui, so this was easy, but I thought I'd save someone else like me (that didn't want to install EzyFit) the trouble.

The variable name of ydata is set to the 'DisplayName' property of the line because that seems to be the easiest way to set the data set name. Actually changing the display name of the lines in the cftool axis doesn't work because the gui just resets it to the 'ydatavariablename vs xdatavariablename'.

Thanks to those of you that post helpful bits of code. Especially the person I stole the method to access the cftool axes from (cited in script).

Cheers.

Cite As

Nick Sinclair (2024). FIG2CFTOOL (https://www.mathworks.com/matlabcentral/fileexchange/28146-fig2cftool), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0