Curve Fitting Toolbox error before starting
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I'm trying to use the Curve fitting Toolbox but I've got an error when I type the command cftool. I think is because my matlab is old and doesn't support the ~ operator, because when I go to the error points to it in the function code. But I'm not such experienced user and I don't know how to solve the problem. Changing it by 'trash' didn't help.
I'll very much appreciate any suggestion. Thank you G.
1 Kommentar
Jiro Doke
am 20 Mär. 2011
That doesn't make sense. Are you sure you installed the same version of Curve Fitting Toolbox as the version of MATLAB? Then that kind of error should not happen.
The only thing I can think of is that you have an old version of MATLAB, and you're trying to run functions from a newer version of Curve Fitting Toolbox. You should install the version of the toolbox for your MATLAB. You can't just copy (or run) any version. Each toolbox is meant to run on the same version of MATLAB.
Antworten (2)
Andreas Goser
am 20 Mär. 2011
In order to find out the toolbox is installed correctly:
ver
should return MATLAB as well as Curve Fitting toolbox with the same release, e.g.:
MATLAB Version 7.11 (R2010b)
Curve Fitting Toolbox Version 3.0 (R2010b)
And also verify correct licensing:
license('test','Curve_Fitting_Toolbox')
This should return 1.
0 Kommentare
Guisella Gacitúa
am 20 Mär. 2011
8 Kommentare
Walter Roberson
am 21 Mär. 2011
Okay, so what you have is known to be fairly precise where you have it -- but is there a good model for the transitions between the locations? If not then there isn't anything that can be done.
Siehe auch
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!