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.
F. 2012년 7월 12일
do you really need to have 100 files opened in the same time ???

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
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에 대해 자세히 알아보기

질문:

2012년 7월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by