错误提示:Subscripted assignment dimension mismatch.。
Afficher commentaires plus anciens
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

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 相关性和卷积 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!