how to open curve fit tool in R009b?
Mostrar comentarios más antiguos
When I try opening the curve fitting tool (i.e., I enter "cftool"), I get the following error: ??? Undefined function or variable 'cftool'. How do I open this tool so that I can work with data? Thanks, Terry
1 comentario
Andrew Newell
el 21 de Jul. de 2011
Are you sure you have the Curve Fitting Toolbox? Try typing 'ver curvefit'.
Respuestas (1)
Andreas Goser
el 21 de Jul. de 2011
There are 3 possibilites:
- Not installed
ver
- Not licensed
license('test','curve_fitting_toolbox')
- Path issues
path % $MATLAB\toolbox\curvefit\cftoolgui\cftool.m
Categorías
Más información sobre Fit Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!