Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

matlab measure time

tic	%starts a stopwatch
A = rand(12000,4400);
B = rand(12000,4400);
toc	%Calculates and displays elapsed time from tic in seconds
Source by www.mathworks.com #
 
PREVIOUS NEXT
Tagged: #matlab #measure #time
ADD COMMENT
Topic
Name
2+1 =