how to calculate the processing time for the simulation
Ältere Kommentare anzeigen
is there any instructions holding to do the operation of the finding the processing time of an event
Antworten (2)
Pramod Bhat
am 28 Mär. 2012
1 Stimme
yes. You can tic and toc functions for that. for example,
tic %event starts here . . some instructions
. . . toc % event ends here.
under Models-Properties than Callbacks than StartFcn -> tic than StopFcn -> toc. done! after simulations you will see the simulation time in MATLAB
Kategorien
Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!