my mathlab didnt read my cftool command, how do i solve it?

When i insert my data and compute the result it appeared like this. How do i solve this issue? Im using a trial MathLab session.
>> X=Example1(:,1);
>> Y=Example1(:,2);
>> cftool
Unrecognized function or variable 'cftool'.
Did you mean:
>> cool
-------------------------------------------------------------------------
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.12.0.1927505 (R2022a) Update 1
MATLAB License Number: DEMO
Operating System: Microsoft Windows 10 Home Single Language Version 10.0 (Build 19043)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.12 (R2022a)

답변 (1개)

Sam Chak
Sam Chak 2022년 5월 17일
Please check if a license exists for Curve Fitting Toolbox™. If a license exists, then the status returns 1.
status = license('test', 'Curve_Fitting_Toolbox')

댓글 수: 2

Even if they had a license for Curve Fitting Toolbox, the output of ver shows they don't have it installed and so would not be able to use functions from that toolbox (including cftool.)
cool! thankyou

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

카테고리

도움말 센터File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

태그

질문:

2022년 5월 17일

댓글:

2022년 5월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by