フィルターのクリア

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by