MATLAB: Matlab program timer

program timer

hello everyone. i want to know if its possible to output the time it took for the program to end successfully?
thanks in advance.
cheers

Best Answer

tic
%program goes here
toc %elapsed time
Related Question