cftool is not loading in Matlab R2014b

조회 수: 6 (최근 30일)
Rupak Bhattacharya
Rupak Bhattacharya 2017년 4월 19일
답변: Mukul Rao 2017년 4월 24일
When I am trying to load cftool, I am getting this error.. pls. help
>> cftool Error using cftool (line 148) Undefined variable "sftoolgui" or class "sftoolgui.sftool".

답변 (1개)

Mukul Rao
Mukul Rao 2017년 4월 24일
Hello,
Based on the error message, I believe this issue might stem from two reasons:
  • Your MATLAB Path is bad
For some reason, the curve fitting toolbox could have been removed from your MATLAB Path. Try the following steps
>> restoredefaultpath
>> rehash toolboxcache
%If this resolves the issue
>> savepath
  • You do not have license for the Curve Fitting Toolbox
Please perform a license test for the Curve Fitting Toolbox with the following command
license('test','Curve_Fitting_Toolbox')
If you are license to use the Curve Fitting Toolbox, the output of this command should be 1.

카테고리

Help CenterFile Exchange에서 Get 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