How to rename a flash drive using matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Daniya Zafar
el 11 de Mayo de 2022
Comentada: Daniya Zafar
el 11 de Mayo de 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 comentarios
Respuesta aceptada
Jonas
el 11 de Mayo de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!