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?

Antworten (1)

Torsten
Torsten am 27 Apr. 2022
Bearbeitet: Torsten am 27 Apr. 2022

0 Stimmen

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

2 Kommentare

Anna Thompson
Anna Thompson am 27 Apr. 2022
thank you for your reply, yes I have just tried that and it returned 1
Torsten
Torsten am 27 Apr. 2022
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 ?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 27 Apr. 2022

Kommentiert:

am 27 Apr. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by