How to use the smooth function in the web app?

6 views (last 30 days)
In the app design, a function that averages data(movmean or smooth, etc.) is available, but if you use this app in the web app, an error occurs. error message is " The function smooth is not defined for double-type input arguments."

Answers (1)

Walter Roberson
Walter Roberson on 5 Apr 2023
https://www.mathworks.com/help/curvefit/smooth.html
The smooth() function from Curve Fitting Toolbox cannot be compiled. The documentation recommends smoothdata() instead

Tags

Community Treasure Hunt

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

Start Hunting!