Get the name of the CPU

Methods to get the name of the CPU on Windows, Linux and Mac
323 descargas
Actualizado 29 oct 2014

Ver licencia

getCpuName returns the name of the CPU:

>> getCpuName

ans =

Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz

By default, it uses C-MEX files. The MEX files use the CPUID opcode. Source files is provided in the zip file. Compiled MEX are also available at this address : http://briot-jerome.developpez.com/sources/matlab/getcpuname/mex/

getCpuName can also call system commands: wmic on Windows, /proc/cpuinfo on Linux and machdep.cpu on Mac.

Last, getCpuName can query the Windows registry.

See also "CPU Info" by Ben Tordoff (http://www.mathworks.fr/matlabcentral/fileexchange/33155-cpu-info)

Citar como

Jerome Briot (2024). Get the name of the CPU (https://www.mathworks.com/matlabcentral/fileexchange/48303-get-the-name-of-the-cpu), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Search Path en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0