I'm trying to plot a graph on matlab and after inputing my variables I coded '>>cftool' - matlab said this was unrecgonisable and did I mean '>>crtool'?, this also did not help. This is my first time using matlab on my laptop, previously I have only used it on uni PCs. Any suggestions on how I can plot my graphs?

답변 (1개)

Torsten
Torsten 2022년 4월 27일
편집: Torsten 2022년 4월 27일

0 개 추천

Do you have a license for the Curve Fitting toolbox ?
Try
status = license('test','Curve_Fitting_Toolbox')
It should return 1.

댓글 수: 2

Anna Thompson
Anna Thompson 2022년 4월 27일
thank you for your reply, yes I have just tried that and it returned 1
Torsten
Torsten 2022년 4월 27일
Open the Curve Fitter App
  • MATLAB® Toolstrip: On the Apps tab, under Math, Statistics and Optimization, click the app icon.
  • MATLAB command prompt: Enter curveFitter.
Does that help ?

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

카테고리

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

제품

질문:

2022년 4월 27일

댓글:

2022년 4월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by