for i=1:100
name = [num2str(i) '.xlsx'];
[num,txt,raw] = xlsread(name);
final(:,i) = num(:,2);
end
x_axis = num(:,1); % freq bin
% barh(x_axis, final)
h = surf(final);
[m,n] = size(final);
set(h, 'EdgeColor', 'none');
When life gets tough, you either get busy living or get busy dying. And I know which I would choose.
没有评论:
发表评论