Memory Utilization of a program in matlab.
조회 수: 2 (최근 30일)
이전 댓글 표시
Sir,
Elasped Time is calcuated by using tic toc function.
How should calcuate run time memory utilization of a program.
Any function is available.
thanks
댓글 수: 0
답변 (2개)
Jason Ross
2012년 10월 18일
Try "memory"?
It would help if you listed your platform and MATLAB version, as this only works on Windows.
You can also use OS functions to get the memory size, too -- on Windows you can use
tasklist /FI "IMAGENAME eq matlab.exe"
and on Linux/Mac you can use "ps", grep, awk, etc. You could call these from a system call and parse the output.
댓글 수: 0
Derek O'Connor
2012년 10월 18일
A few years ago I suggested to Mathworks that they include memory usage in their Profiler. They said they were thinking about it.
Are they still thinking?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!