Clear Filters
Clear Filters

Can you open a file that is not in your matlab directory with the fopen function?

1 view (last 30 days)
From your desktop forexample? Do you have to specify it's location to fopen, the filename alone seems to not be enough.

Accepted Answer

David Sanchez
David Sanchez on 2 Dec 2013
yo just have to specify the full path:
fid=fopen('C:\users\your_name\Desktop\your_file.txt');

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!