Borrar filtros
Borrar filtros

cftool init problem

7 visualizaciones (últimos 30 días)
Rob Campbell
Rob Campbell el 12 de En. de 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?

Respuestas (2)

Walter Roberson
Walter Roberson el 12 de En. de 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 el 12 de En. de 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'.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by