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
2011 年 4 月 22 日
1 投票
Check out tic and toc
1 件のコメント
Walter Roberson
2011 年 4 月 22 日
Also cputime()
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 Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!