用for循环表示矩阵y1,y2,y3是否可行?。
Afficher commentaires plus anciens
y1=[2 3],y2=[2 3],y3=[2,3]
能否用for i=1:3来表示y1,y2,y3这三个矩阵?
比如for i=1:3
a=yi*2;
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!