Question: Assume that a vector variable vec has been initialized. Vectorize the following; write ONE assignment statement that will accomplish exactly the same thing. for i=1:
Assume that a vector variable vec has been initialized. Vectorize the following; write ONE assignment statement that will accomplish exactly the same thing.
for i=1: length(vec)
vec(i)=vec(i)*3;
end
vec % just for display
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
