How can I remove this File Handling error?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Febin Benjamin
il 29 Giu 2014
Modificato: Mischa Kim
il 29 Giu 2014
I am getting this Invalid File Identifier error. What am I doing wrong here?
Error using fprintf
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in results (line 46)
fprintf(fileID,'\n\n' );
0 Commenti
Risposta accettata
Mischa Kim
il 29 Giu 2014
Modificato: Mischa Kim
il 29 Giu 2014
Febin, hard to say without any further information. You could use this approach too see if there are any error msg when opening the file. This will help you getting started with trouble-shooting.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!