How to use the smooth function in the web app?
6 views (last 30 days)
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."
0 Comments
Answers (1)
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
0 Comments
See Also
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!