cftool init problem
2 views (last 30 days)
Show older comments
Hi: Just tried cftool for the first time, I'm getting the following warning when it starts up:
>> cftool
Warning: Error occurred while executing callback: Undefined function 'mtimes' for input arguments of type 'matlab.graphics.axis.Axes'.
> In FitsManager>FitsManager.newFit at 46 In C:\MATLAB\R2011b\toolbox\curvefit\cftoolgui\private\sftool_v1.p>sftool_v1 at 77 In cftool at 148
...this is in R2001b(7.13.0.564), 64 bit on Windows 7. Anyone have any thoughts on what's causing that?
0 Comments
Answers (2)
Walter Roberson
on 12 Jan 2012
That has the look of you having defined your own routine that conflicts with the name of a routine that happens to be used in cftool. If you command
dbstop if error
at the command line, and run again, you should probably be able to trace back to where the axes object came from.
0 Comments
Andreas Goser
on 12 Jan 2012
Although my guess is Walter's suggestion of name conflicts is correct, you should exclude a licensing issue. Not having a license, but the product is installed can sometimes result into strangest errors.
license('test','curve_fitting_toolbox')
That should return '1'.
0 Comments
See Also
Categories
Find more on Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!