Effacer les filtres
Effacer les filtres

CPU ID and EXE

6 vues (au cours des 30 derniers jours)
Ankur Bawiskar
Ankur Bawiskar le 17 Fév 2012
I want to find the serial number of my processor using matlab..plz help me in this problem.. and also i want to find source code of exe file..how to do this.

Réponses (3)

Walter Roberson
Walter Roberson le 17 Fév 2012
.exe files generated by MATLAB Compiler cannot be converted back in to source code in any meaningful way.

Sarah Wait Zaranek
Sarah Wait Zaranek le 17 Fév 2012
You can run any command to the operating system via the bang (!) command, something like this (for a Windows machine) will give you your processor information:
!wmic cpu
Will give you a bunch of information about your CPU (on Windows).
!wmic bios get serialnumber
Should get you your serial number.

Al Chen
Al Chen le 26 Juin 2012
this is so cool! Thanks

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by