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!