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