Effacer les filtres
Effacer les filtres

cftool init problem

7 vues (au cours des 30 derniers jours)
Rob Campbell
Rob Campbell le 12 Jan 2012
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?

Réponses (2)

Walter Roberson
Walter Roberson le 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.

Andreas Goser
Andreas Goser le 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'.

Catégories

En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by