Azzera filtri
Azzera filtri

cftool init problem

2 visualizzazioni (ultimi 30 giorni)
Rob Campbell
Rob Campbell il 12 Gen 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?

Risposte (2)

Walter Roberson
Walter Roberson il 12 Gen 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 il 12 Gen 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'.

Categorie

Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by