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!