필터 지우기
필터 지우기

CPU ID and EXE

조회 수: 6 (최근 30일)
Ankur Bawiskar
Ankur Bawiskar 2012년 2월 17일
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.

답변 (3개)

Walter Roberson
Walter Roberson 2012년 2월 17일
.exe files generated by MATLAB Compiler cannot be converted back in to source code in any meaningful way.

Sarah Wait Zaranek
Sarah Wait Zaranek 2012년 2월 17일
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 2012년 6월 26일
this is so cool! Thanks

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by