Problem 429. function on a moving window
Solution Stats
Problem Comments
-
1 Comment
GeeTwo
on 5 Aug 2022
It wasn't clear until seeing the test cases. The problem is to APPLY the given function handle and return the filtered data, NOT to return a function handle that will do this.
Solution Comments
-
2 Comments
GeeTwo
on 5 Aug 2022
This is a wonderful example of the dangers of teaching to the test.
Dyuman Joshi
on 26 Dec 2022
Test cases have been added.
Problem Recent Solvers44
Suggested Problems
-
1588 Solvers
-
Given two arrays, find the maximum overlap
1086 Solvers
-
10847 Solvers
-
211 Solvers
-
Create matrix of replicated elements
363 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!