how to calculate the processing time for the simulation
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
is there any instructions holding to do the operation of the finding the processing time of an event
0 commentaires
Réponses (2)
  Pramod Bhat
 le 28 Mar 2012
        yes. You can tic and toc functions for that. for example,
tic %event starts here . . some instructions
. . . toc % event ends here.
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!