>> cftool
'cftool' requires Curve Fitting Toolbox.
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.5.0.1033004 (R2018b) Update 2
MATLAB License Number: 40783582
Operating System: Microsoft Windows 10 Home Single Language Version 10.0 (Build 17134)
Java Version: Java 1.8.0_152-b16 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.5 (R2018b)
Simulink Version 9.2 (R2018b)
Control System Toolbox Version 10.5 (R2018b)
DSP System Toolbox Version 9.7 (R2018b)
Data Acquisition Toolbox Version 3.14 (R2018b)
Image Processing Toolbox Version 10.3 (R2018b)
Instrument Control Toolbox Version 3.14 (R2018b)
Optimization Toolbox Version 8.2 (R2018b)
Signal Processing Toolbox Version 8.1 (R2018b)
Simulink Control Design Version 5.2 (R2018b)
Statistics and Machine Learning Toolbox Version 11.4 (R2018b)
Symbolic Math Toolbox Version 8.2 (R2018b)
>> license('test','Curve_Fitting_Toolbox')
ans =
1
ref : https://in.mathworks.com/matlabcentral/answers/3574-curve-fitting-toolbox-error-before-starting

 채택된 답변

Walter Roberson
Walter Roberson 2019년 3월 7일

1 개 추천

This tells you that you have a license for the Curve Fitting Toolbox but you do not have it installed . You can probably install it by using the add-on explorer

댓글 수: 5

Saptarshi Bhattacharjee
Saptarshi Bhattacharjee 2019년 3월 7일
편집: Saptarshi Bhattacharjee 2019년 3월 7일
Yeah but Im encountering the following issue with add on explorer :
I'm connected to the server as I can do Matlab script run.
Walter Roberson
Walter Roberson 2019년 3월 7일
you have an internal firewall that is interfering .
Saptarshi Bhattacharjee
Saptarshi Bhattacharjee 2019년 3월 7일
편집: Saptarshi Bhattacharjee 2019년 3월 7일
I searched for all apps in windows firewall but couldn't find Matlab.I have attached the crash report I sent to Mathworks .
Walter Roberson
Walter Roberson 2019년 3월 7일
Do you happen to be using a proxy server?
Windows Firewall often has a general block against incoming connections. MATLAB creates separate processes on the same system and tries to use TCP to talk between them by connecting to the same computer: this is often interpreted as "incoming" connection even though the connection originated on the same machine. You may need to add an exception for MATLAB.
Experiment by temporarily disabling Windows Firewall.
Saptarshi Bhattacharjee
Saptarshi Bhattacharjee 2019년 3월 8일
Yes I use a proxy server provided by my institution to connect to MATLAB R2018b.I tried disabling firewall and running matlab get add -on feature, but the same message came.

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by