How to use the smooth function in the web app?

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)

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

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Tags

Asked:

on 5 Apr 2023

Answered:

on 5 Apr 2023

Community Treasure Hunt

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

Start Hunting!