Where can I see how much time it takes to simulate a .m file?
古いコメントを表示
Hy I have matlab 2010 and I want to see how much time spends my program to calculate my answer.
採用された回答
その他の回答 (2 件)
Kaustubha Govind
2011 年 6 月 13 日
0 投票
siddhu
2011 年 6 月 14 日
0 投票
Hi, I have one more way to do it.Add tic at start part of the code and toc at the end part of the code in .m file . tic-toc are used to display how much time the .mfile is taking for simulation.
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!