Open a txt file written with dlmwrite
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kendra Wright
am 18 Nov. 2014
Beantwortet: Kendra Wright
am 18 Nov. 2014
I've written a rather large txt file using the dlmwrite() function. Now I'm trying to open the file and read it so I can plot the data. I'm getting an error trying to use fopen(). I've looked through the documentation for fopen() and found that it returns -1, which means it's unable to open it, but it's not clear why. I'm able to open the file fine with excel or notepad. What are some reasons that fopen will fail?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Text Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!