How can I specify the file path for csvwrite to write a file to?
26 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
T4H14
el 16 de Jul. de 2018
Respondida: Paolo
el 16 de Jul. de 2018
How can I specify the file path for csvwrite to write a file to?
0 comentarios
Respuesta aceptada
Más respuestas (1)
Piotr Balik
el 16 de Jul. de 2018
You can always use hard way and do:
>> cd C:/'Program Files'/...
>> csvwrite('file.dat',M);
Because csvwrite documentation does not provide data path parameter.
0 comentarios
Ver también
Categorías
Más información sobre Text Files en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!