Error when to process many file

2 Ansichten (letzte 30 Tage)
joo tan
joo tan am 12 Jul. 2012
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 Kommentar
F.
F. am 12 Jul. 2012
do you really need to have 100 files opened in the same time ???

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jan
Jan am 12 Jul. 2012
Most likely you forgot to close the files by fclose after the processing.

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by