how to calculate the processing time for the simulation
조회 수: 1 (최근 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!