How can i calculate memory cost of my program?
조회 수: 9 (최근 30일)
이전 댓글 표시
I implement a program in matlab with many instructions, I want to compute the memory cost of the whole algorithm
댓글 수: 0
채택된 답변
Kautuk Raj
2023년 6월 2일
To compute the memory cost of a MATLAB program, we can use the whos function to display information about the variables in the MATLAB workspace. The whos function displays the name, size, and class of each variable, as well as the amount of memory it occupies in bytes.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!