How to know time that spent matlab in solving problem?

조회 수: 3 (최근 30일)
Taguhi
Taguhi 2014년 8월 19일
편집: Evan 2014년 8월 19일
How to know the time that spent matlab in solving or calculating the problem?

답변 (2개)

Evan
Evan 2014년 8월 19일
편집: Evan 2014년 8월 19일
help profile
or
help tic
Running tic and toc will simply tell you how much time passed between the respective commands.
Running profile on and profile viewer will give more detailed information, including the time spent in each subfunction of your code. It can be very helpful for finding bottlenecks.

Azzi Abdelmalek
Azzi Abdelmalek 2014년 8월 19일
Use tic toc

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by