location of file created by fopen command
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Shashank Prasanna
2013년 7월 3일
It will be in the current folder.
>> pwd
Also
>> which -all test1.dump
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!