错误提示:Subscripted assignment dimension mismatch.。
Mostra commenti meno recenti
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

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 相关性和卷积 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!