Filter löschen
Filter löschen

Check for missing argument or incorrect argument data type in call to function 'smooth'.

2 Ansichten (letzte 30 Tage)
Hi all,
the above error emerges also when I try the ssimple toy example in the help of ssmooth function. I am on Mac OSX Catalina and using R2020b.
Why iss this happening?
Thank you,
Federico
  2 Kommentare
Uday Pradhan
Uday Pradhan am 18 Mär. 2021
Hi, could you please share a minimal example to reproduce the error?
Jan
Jan am 21 Mär. 2021
The message tells you, that there is a problem with calling the function. Then show us, how you call the function. What are the inputs?

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Jan
Jan am 18 Mär. 2021
Do you call the built-in function smooth or did you shadow it with a user-defined function? See:
which smooth -all
Please post a small working example. Does the message occur for this also:
smooth(rand(1, 100))
  3 Kommentare
Walter Roberson
Walter Roberson am 22 Jul. 2021
You do not have a smooth function for type double. Perhaps you are missing Curve Fitting Toolbox
Grace Wang
Grace Wang am 22 Jul. 2021
Thank you Walter! I install the Curve Fitting Toolbox, and the problem is solved.

Melden Sie sich an, um zu kommentieren.


federico nutarelli
federico nutarelli am 21 Mär. 2021
Hi all thank you for answering the question above. I basically forgot to install the curve fitting package. So I get back to the adds-in and installed it on my current matlab version.
Sorry for any inconvenience

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by