필터 지우기
필터 지우기

Error when to process many file

조회 수: 3 (최근 30일)
joo tan
joo tan 2012년 7월 12일
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일
Most likely you forgot to close the files by fclose after the processing.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by