when checking computation time on matlab should you take first run? code example
Example: matlab time function
f = @() myComputeFunction(x,y); % handle to function
timeit(f)
f = @() myComputeFunction(x,y); % handle to function
timeit(f)