CPU ID and EXE
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (3 件)
Walter Roberson
2012 年 2 月 17 日
.exe files generated by MATLAB Compiler cannot be converted back in to source code in any meaningful way.
0 件のコメント
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!