making loop that defines variables

1 次查看(过去 30 天)
how to make a loop that would output variables and result the following:
code example: for i=1:x y'i'= 2*i end
output example:
y1=2 y2=4 y3=6 y4=8 ......etc.. where y1 to y10 are all variables created and defined by the loop itself.

采纳的回答

Walter Roberson
Walter Roberson 2011-8-10

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by