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에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!