comparison between two computational time

I want to do comparison between two computational time of two application , the first is previously published and last is my developed i need help please

2 Comments

Can you be more specific with what help you need?
thank you
is that I can make a comparison of two computational time with using tic toc or no

Sign in to comment.

 Accepted Answer

Stephen23
Stephen23 on 2 Oct 2014
Edited: Stephen23 on 2 Oct 2014
You can use tic and toc . or you can try timeit , which is specifically designed for testing function running times.

Categories

Products

Community Treasure Hunt

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

Start Hunting!