Error when to process many file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (1)
Jan
il 12 Lug 2012
Most likely you forgot to close the files by fclose after the processing.
0 Commenti
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!