How to make the tic/toc function compute time in microseconds instead of seconds
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to measure the time it takes for my function to run in microseconds instead of seconds using the tic/toc functions.
3 Kommentare
Walter Roberson
am 6 Dez. 2019
It is not possible to configure tic/toc to measure microseconds explicitly. You can though scale the seconds result.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!