Borrar filtros
Borrar filtros

Have curve fitting toolbox, smooth function is saying "unrecognized method"

18 visualizaciones (últimos 30 días)
Alexi
Alexi el 24 de Jun. de 2024 a las 15:22
Respondida: Andreas Goser el 25 de Jun. de 2024 a las 9:20
I'm trying to use the smooth function, with the curve fitting toolbox installed, but I'm getting an error saying "Unrecognized method". How do I fix this?
  1 comentario
Steven Lord
Steven Lord el 24 de Jun. de 2024 a las 15:43
Can you show a small sample of code (say no more than a dozen lines) where you're trying to call smooth and show us the full and exact error and/or warning messages you receive (all the text displayed in red and/or orange in the Command Window) when you run that code?

Iniciar sesión para comentar.

Respuestas (1)

Andreas Goser
Andreas Goser el 25 de Jun. de 2024 a las 9:20
A variation of what Steven suggested in his comment above. Can you run the example from the documentation?
load count.dat
c = smooth(count(:));

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by