D:\Program Files\Matlab7.0.1\toolbox\matlab\uitools\uiopen.m: Too many files open; check that FILES = 20 in your CONFIG.SYS file.
解决方法:fopen('all');
fclose('all');
D:\Program Files\Matlab7.0.1\toolbox\matlab\uitools\uiopen.m: Too many files open; check that FILES = 20 in your CONFIG.SYS file.
解决方法:fopen('all');
fclose('all');