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!