Collect values to vector

Hi to all!

I have written this code. For every a and x I get a value of y.

b=50;
for a = 1:10
for x = 1:255
y = a*x + b
end
end

How can I collect all the values of y to a vector or a matrix?

Thank you in advance

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories