Problem 2050. remove nans fast
There are several ways to locate and remove nans in a matrix, and return an 1d row vector.
In this problem the challenge is to do it within a set time as measured by tic-toc.
The problem will be run numerous times and an average time tested.
Note: I noticed a rare failure depending on when I ran the testsuite, so you might have to resubmit your code if it runs faster on your machine than the limit set here.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers41
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
51858 Solvers
-
Set the array elements whose value is 13 to 0
1415 Solvers
-
Piecewise linear interpolation
588 Solvers
-
Generate a string like abbcccddddeeeee
270 Solvers
-
701 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!