location of file created by fopen command
Show older comments
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
Accepted Answer
More Answers (1)
Shashank Prasanna
on 3 Jul 2013
It will be in the current folder.
>> pwd
Also
>> which -all test1.dump
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!