How to rename a flash drive using matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Daniya Zafar
am 11 Mai 2022
Kommentiert: Daniya Zafar
am 11 Mai 2022
I want to create a GUI using MATLAB appdesigner in which I can rename a connected flash drive.
Current name: USB DISK (E:)
NEW name:Sam's Flash Drive
Any suggestions are much appreciated.
Thanks
0 Kommentare
Akzeptierte Antwort
Jonas
am 11 Mai 2022
this is possible via windows command line. You can access the windows command line via matlab using the system() command
system('label e: YourNewName')
3 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!