how to open curve fit tool in R009b?

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

Andrew Newell
Andrew Newell 2011년 7월 21일
Are you sure you have the Curve Fitting Toolbox? Try typing 'ver curvefit'.

댓글을 달려면 로그인하십시오.

답변 (1개)

Andreas Goser
Andreas Goser 2011년 7월 21일

0 개 추천

There are 3 possibilites:
  • Not installed
ver
  • Not licensed
license('test','curve_fitting_toolbox')
  • Path issues
path % $MATLAB\toolbox\curvefit\cftoolgui\cftool.m

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

질문:

2011년 7월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by