curve fitting tool command
9 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Torsten
2022-4-27
编辑:Torsten
2022-4-27
Do you have a license for the Curve Fitting toolbox ?
Try
status = license('test','Curve_Fitting_Toolbox')
It should return 1.
2 个评论
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 ?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!