How to use the smooth function in the web app?
Show older comments
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
on 5 Apr 2023
0 votes
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 Smoothing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!