How to rename a flash drive using matlab?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Jonas
il 11 Mag 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!