how to calculate the processing time for the simulation
2 次查看(过去 30 天)
显示 更早的评论
is there any instructions holding to do the operation of the finding the processing time of an event
0 个评论
回答(2 个)
Pramod Bhat
2012-3-28
yes. You can tic and toc functions for that. for example,
tic %event starts here . . some instructions
. . . toc % event ends here.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!