Filter löschen
Filter löschen

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

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

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by