Given a vector of experimental data, D, and a vector of truth data, T, return FALSE if any +/- errors (D-T) are outside a given (positive) tolerance, tol, and return TRUE if all are within tolerance.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers73
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15808 Solvers
-
Return unique values without sorting
1019 Solvers
-
Arrange vector in ascending order
822 Solvers
-
804 Solvers
-
721 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Problem description is wrong. Should be return FALSE if any +/- errors (D-T) are outside a given (positive) tolerance