How can i find out run time of a code written in matlab.

 채택된 답변

Sara
Sara 2014년 3월 25일

0 개 추천

You can use:
tic
...your code
toc
and you'll obtain something like:
Elapsed time is 0.04 seconds.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

질문:

2014년 3월 25일

답변:

2014년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by