Error when to process many file
Afficher commentaires plus anciens
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 commentaire
F.
le 12 Juil 2012
do you really need to have 100 files opened in the same time ???
Réponses (1)
Jan
le 12 Juil 2012
0 votes
Most likely you forgot to close the files by fclose after the processing.
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!