필터 지우기
필터 지우기

Run time of a code

조회 수: 4 (최근 30일)
Tinkul
Tinkul 2014년 3월 25일
답변: Sara 2014년 3월 25일
How can i find out run time of a code written in matlab.

채택된 답변

Sara
Sara 2014년 3월 25일
You can use:
tic
...your code
toc
and you'll obtain something like:
Elapsed time is 0.04 seconds.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by