Have you ever wanted to test out one of those hacks you have seen which "games" the problem by simply overwriting the assert method? Perhaps you have held off in good conscience or in consideration of the difficulty it brings to others wanting to find an actual, correct solution that they can learn from. Well, this question is for you! Please use whatever method you can to pass this test, which is otherwise stacked completely and unfairly against you.
Example 1
y = assertYourself(10,1); % Test is assert(false);
Example 2
[v,y] = assertYourself(rand(10,1), 'blah','eh?'); % Test is assert(false);
See, just not fair.
Note: More unfair test cases added.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
652 Solvers
-
Find a subset that divides the vector into equal halves
402 Solvers
-
Piecewise linear interpolation
633 Solvers
-
Usage of java.math : N Choose K with unlimited precision
53 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!