How can I remove this File Handling error?

조회 수: 2 (최근 30일)
Febin Benjamin
Febin Benjamin 2014년 6월 29일
편집: Mischa Kim 2014년 6월 29일
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' );

채택된 답변

Mischa Kim
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개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by