Matlab tools for processor information queries
If you want to build the MEX files yourself, you’ll also need
Clone the repository.
$ git clone --recursive https://github.com/kloewe/cpuinfo-m.git cpuinfo-m
If you don’t want to build the MEX files yourself, you’ll also have to create the folder cpuinfo-m/cpuinfo-m/private
, then download the MEX files included with the latest release from GitHub and place them in the created folder.
Change to the root directory of the cloned repository and run make
to compile the MEX files.
$ cd cpuinfo-m
$ make
Run make install
to add the relevant directories to the Matlab path.
$ make install
A description of each function can be displayed in Matlab using
>> help <function-name>
If you run into problems, please send an email to kl@kristianloewe.com.