Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
Alexi
Alexi am 24 Jun. 2024
Beantwortet: Andreas Goser am 25 Jun. 2024
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 Kommentar
Steven Lord
Steven Lord am 24 Jun. 2024
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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by