location of file created by fopen command
Mostrar comentarios más antiguos
hello everyone,
I am creating a file using using the below command
[fid,message] = fopen('test1.dump','w')
my fid is a positive value but I could not find where the file was created. How can I locate the file in MATLAB
Thanks
Respuesta aceptada
Más respuestas (1)
Shashank Prasanna
el 3 de Jul. de 2013
It will be in the current folder.
>> pwd
Also
>> which -all test1.dump
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!