How can I remove this File Handling error?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Mischa Kim
2014 年 6 月 29 日
編集済み: Mischa Kim
2014 年 6 月 29 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!