System Resource Monitor for Windows
This is a GUI wrapper for my "System Information Class for Windows". This one keeps running and record your machine resources(memory in DB, and CPU usage in %) used by the current MATLAB.
You may use this GUI to verify the memory allocation of MATLAB.
for example
data = zeros(1e7, 1); % increase memory usage
data = zeros(1e7, 1); % NO memory usage change
data = data * 2; % NO memory usage change
data2 = data * 2; % increase memory usage
to see the CPU usage change, try for loops :-)
Cite As
Xin Zhao (2026). System Resource Monitor for Windows (https://www.mathworks.com/matlabcentral/fileexchange/27883-system-resource-monitor-for-windows), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: System Information Class for Windows
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |