Question: 18& 19 please 16. (5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(1,10); for



18& 19 please
16. (5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(1,10); for j = 1:2:5 yi) = j*j; end 17.(5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(3,3); for j = 1:2:5 y) = j*j; end 16. (5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(1,10); for j = 1:2:5 yi) = j*j; end 17.(5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(3,3); for j = 1:2:5 y) = j*j; end 16. (5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(1,10); for j = 1:2:5 yi) = j*j; end 17.(5 pts) What is y equal to after you execute the following code? Show how you got your answer. y=zeros(3,3); for j = 1:2:5 y) = j*j; end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
