Problem 1052. Elapsed time is -0.005204 seconds.
Write a function that takes less than zero seconds to execute, as measured using tic and toc. For repeatability, the test case pauses for one second. Overall time elapsed for the test case should therefore be less than one second.
tic pause(1) superfast() toc
Elapsed time is 0.9876 seconds.
Solution Stats
Problem Comments
-
1 Comment
The behavior of the test environment is strange. It doesn't accept syntaxes like
function superfast
...
which my 2014a MATLAB has no problems with. I had to use
y = superfast(x)
even though there is no input or output.
Solution Comments
Show commentsProblem Recent Solvers104
Suggested Problems
-
Create a function handle that reverses the input arguments of another function handle
157 Solvers
-
354 Solvers
-
188 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
Reverse the elements of an array
1109 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!