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.
2012-7-12
do you really need to have 100 files opened in the same time ???
回答(1 个)
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!