snn188
2008-10-31, 18:40
for d = 1:31
s = ['August' int2str(d) '.dat'];
load(s)
% Code to process the contents of the d-th file
end
为什么我执行这段代码的时候老是在 s = ['August' int2str(d) '.dat'];这里报错,这是matalb帮助里面的例子,那个大哥帮一下忙
:cry:
s = ['August' int2str(d) '.dat'];
load(s)
% Code to process the contents of the d-th file
end
为什么我执行这段代码的时候老是在 s = ['August' int2str(d) '.dat'];这里报错,这是matalb帮助里面的例子,那个大哥帮一下忙
:cry: