フィルターのクリア

cftool init problem

7 ビュー (過去 30 日間)
Rob Campbell
Rob Campbell 2012 年 1 月 12 日
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?

回答 (2 件)

Walter Roberson
Walter Roberson 2012 年 1 月 12 日
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 2012 年 1 月 12 日
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'.

カテゴリ

Help Center および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by