How can we accurately estimate execution time?
3 views (last 30 days)
Show older comments
Omar Ali Muhammed
on 7 Mar 2021
Edited: KALYAN ACHARJYA
on 7 Mar 2021
Dear Matlab provides several functions choosing one depends mainly upon execution time. So how we can estimate processing time as accurately as possible?
0 Comments
Accepted Answer
KALYAN ACHARJYA
on 7 Mar 2021
Edited: KALYAN ACHARJYA
on 7 Mar 2021
One way: Using Stoptwatch Timer
tic
......
toc
More: Function execution time
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!