Get Drive Volume information
古いコメントを表示
Hi all,
Is there an instruction in Matlab I can use to get and save Drive Serial Information of an installed hard drive (ex. C:\ drive)? Any suggestion will be helpful!
Thanks in advance
採用された回答
その他の回答 (2 件)
Chunru
2022 年 8 月 25 日
For windows machine, you can do the following:
[status, outpyt] = system("wmic diskdrive get model,serialnumber")
カテゴリ
ヘルプ センター および File 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!