You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 .
Acknowledgements
Inspired by: System Information Class for Windows
General Information
- Version 1.0.0.0 (7.6 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |