measuring time

Hi everyone!
Simple question.. How do i measure the time matlab is working? i´m sure there must be a command which computes this, but i don´t know it!
thanks a lot for your help!
Juan Carlos

回答 (2 件)

Jason Ross
Jason Ross 2011 年 4 月 22 日

1 投票

Check out tic and toc

1 件のコメント

Walter Roberson
Walter Roberson 2011 年 4 月 22 日
Also cputime()

サインインしてコメントする。

Walter Roberson
Walter Roberson 2011 年 4 月 22 日

0 投票

If you need clock time instead of cpu time, see clock() and etime(); and possibly now() as well.

カテゴリ

ヘルプ センター および File ExchangeEntering Commands についてさらに検索

質問済み:

2011 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by