Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 854 Bytes

CPUInfo

MATLAB utility for returning information about your processor and memory.

Open in MATLAB Online View CPU Info on File Exchange

This function reads various bits of information about the CPU and operating system, including:

  • CPU name
  • CPU clock speed
  • CPU Cache size (L2, in bytes)
  • Total system memory (in bytes)
  • Number of CPU sockets
  • Number of physical CPU cores
  • Operating system name & version

These are provided by /proc/cpu (Unix), sysctl and sw_vers (Mac) or WMIC (Windows).

Requires MATLAB R2016b or above.