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

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

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?

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

태그

질문:

2024년 6월 24일

답변:

2024년 6월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by