how to calculate the processing time for the simulation

is there any instructions holding to do the operation of the finding the processing time of an event

Answers (2)

yes. You can tic and toc functions for that. for example,
tic %event starts here . . some instructions
. . . toc % event ends here.
Taha
Taha on 20 Jan 2015
Edited: Taha on 20 Jan 2015
under Models-Properties than Callbacks than StartFcn -> tic than StopFcn -> toc. done! after simulations you will see the simulation time in MATLAB

Categories

Find more on Simulink in Help Center and File Exchange

Products

Tags

No tags entered yet.

Asked:

on 28 Mar 2012

Edited:

on 20 Jan 2015

Community Treasure Hunt

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

Start Hunting!