错误提示:Subscripted assignment dimension mismatch.。
Show older comments
clear
clc
num=zeros(500,1000);
fei=9;
for t=1:10
wang=[num2str(fei) ':' num2str(fei)];
num(t,:)= xlsread('shujufenlie.xlsx', wang);
fei=fei+3;
end

Accepted Answer
More Answers (0)
Categories
Find more on 相关性和卷积 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!