Error Reading Data From File
Mostra commenti meno recenti
Dear all,
Please I need advice on the error as stated in the title.
After inputing the coloumn for Matlab to read from the data file it reutrned the error
Error using fgets
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in fgetl (line 32)
[tline,lt] = fgets(fid);
Error in readFmt>fgetlRF (line 347)
out=fgetl(fidIn);
Error in readFmt (line 121)
dataLine=fgetlRF(fidIn); if dataLine==-1, readEndFlag=true; return; end
I would be grateful.
Risposte (0)
Categorie
Scopri di più su Low-Level File I/O in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!