Format a SD card using MATLAB
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
do you know if it is possible to format an SD card from MATLAB?
Thanks in advance.
0 comentarios
Respuesta aceptada
Jan
el 9 de Abr. de 2019
Editada: Jan
el 9 de Abr. de 2019
There are smarter ways to format an SD-card, see https://www.easeus.com/partition-manager-software/format-sd-card-using-windows-cmd-and-formatter.html , but this works through the system command also, e.g. under Windows:
system('format I: /fs:FAT32 /a:1024 /q /x /v:MySDCard')
Open a command shell of the operating system and type:
format /?
to learn more.
ATTENTION: This will kill the contents of the drive mounted as "I:" currently. Be careful!
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings 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!