Problem 1690. Return elapsed time

Write a function that returns the amount of time it takes to run the function, as measured by tic and toc. Your answer must be correct to within 5 milliseconds.

Basic template is:

tic
t = timetorun()
toc

Solution Stats

6.18% Correct | 93.82% Incorrect
Last Solution submitted on Mar 28, 2023

Solution Comments

Show comments

Problem Recent Solvers21

Suggested Problems

More from this Author44

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!