Error when to process many file
이전 댓글 표시
I have many file to process..when i run my program, after 100 file,appear error like below...
??? C:\Program Files\MATLAB\R2010a\toolbox\matlab\codetools\opentoline.m: Too many files open; check that FILES = 20 in your CONFIG.SYS file.
how to solve?
댓글 수: 1
F.
2012년 7월 12일
do you really need to have 100 files opened in the same time ???
답변 (1개)
Jan
2012년 7월 12일
0 개 추천
Most likely you forgot to close the files by fclose after the processing.
카테고리
도움말 센터 및 File Exchange에서 Low-Level File I/O에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!