location of file created by fopen command
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Shashank Prasanna
am 3 Jul. 2013
It will be in the current folder.
>> pwd
Also
>> which -all test1.dump
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!