필터 지우기
필터 지우기

Hi,,is there any command which will show the time that MATLAB has used to execute the whole program? TIA

조회 수: 1 (최근 30일)
how do I find the time required to get the program done?

채택된 답변

Jan
Jan 2016년 5월 19일
tic;
callYourFunction;
toc
And if graphics are created, insert a drawnow before the toc.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by