フィルターのクリア

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 Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by