Watch this Author's files
How do i use timeit to calculate iterartion times to run a for loop instead of using tic toc so i don't have the warm in the time? E.g.
x = zeros(1024,1024); tic for i = 1:200; y = fft2(x) end toc
Contact us at files@mathworks.com