Hi,,is there any command which will show the time that MATLAB has used to execute the whole program? TIA
    3 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
how do I find the time required to get the program done?
0 commentaires
Réponse acceptée
  Jan
      
      
 le 19 Mai 2016
        tic;
callYourFunction;
toc
And if graphics are created, insert a drawnow before the toc.
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

