Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. cpu_timing_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 cputime() measures the CPU time elapsed so far. The difference of two readings measures the work done lately. TASK #1: Multiply two random dense matices of order N using MATLAB's A*B operation. Using matrix size n = 100 MegaFLOPs = 1 Elapsed CPU time = 0.140000 MegaFLOPs/second = 7.142857 TASK #2: Multiply two random dense matices of order N using explicit loops. MegaFLOPs = 1 Elapsed CPU time = 0.060000 MegaFLOPs/second = 16.666667 cpu_timing_test(): Normal end of execution.