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?
0 件のコメント
採用された回答
Jan
2016 年 5 月 19 日
tic;
callYourFunction;
toc
And if graphics are created, insert a drawnow before the toc.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!