curve fitting tool command
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Torsten
el 27 de Abr. de 2022
Editada: Torsten
el 27 de Abr. de 2022
Do you have a license for the Curve Fitting toolbox ?
Try
status = license('test','Curve_Fitting_Toolbox')
It should return 1.
2 comentarios
Torsten
el 27 de Abr. de 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 ?
Ver también
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!