location of file created by fopen command
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Shashank Prasanna
le 3 Juil 2013
It will be in the current folder.
>> pwd
Also
>> which -all test1.dump
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!