MATLAB: Does the Curve Fitting Tool GUI not appear when I type CFTOOL at the MATLAB prompt

appearcftoolCurve Fitting Toolboxguiunits

Why does the Curve Fitting Tool not appear when I type CFTOOL at the MATLAB prompt?
When I type
CFTOOL
at the command line, the Curve Fitting Tool GUI does not appear. However, the Curve Fitting Tool does appear on the Task Bar.
I have set my defaultFigureUnits property to be normalized with the following command:
set(0,'defaultFigureUnits','normalized')

Best Answer

This issue is fixed in the Curve Fitting Toolbox 1.1 (R13). As a workaround for the Curve Fitting Toolbox 1.0 (R12.1), set your default figure units to be pixels:
set(0,'defaultFigureUnits','pixels')