错误提示:Subscripted assignment dimension mismatch.。
古いコメントを表示
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

採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 相关性和卷积 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!