curve fitting tool command

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 ExchangeGet 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