how to calculate the processing time for the simulation
3 ビュー (過去 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!