Problem 326. Tricky timing
Write a function that takes between 0.5 seconds and 0.6 seconds to run.
Solution Stats
Problem Comments
- 
		4 Comments
		    Show
		    1 older comment
		  
		  
		Aurelien Queffurust
    	on 24 Feb 2012
	
	
  	If we let timing as the function name we get an error from your test suite. We have to rename it into foo
		Vincent
    	on 29 May 2012
	
	
  	Agreed. Is the function name part of the 'trick'?
		Dan
    	on 30 May 2013
	
	
  	Error: Undefined function 'foo' for input arguments of type 'double'.
		Andrew Newell
    	on 24 Apr 2014
	
	
  	Strange looking test, but the problem taught me something new about Matlab.
Solution Comments
Show commentsProblem Recent Solvers181
Suggested Problems
- 
         
         11519 Solvers 
- 
         Number of 1s in the Binary Representation of a Number 466 Solvers 
- 
         Back to basics 4 - Search Path 374 Solvers 
- 
         Vectorize the digits of an Integer 328 Solvers 
- 
         
         282 Solvers 
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!