Question: Write a program that generates a vector v with 30 random integers between -20 and 20 using the randi ) function and then finds the
Write a program that generates a vector v with 30 random integers between -20 and 20 using the randi ) function and then finds the sum s ofthe all the elements that are divisible by 3. You can use the rem () function in MATLAB but Do Not Use the sum () function in MATLAB. Only, the vector V and the sum S must be displayed in the Command Window. Do Not Use disp or fprintf in your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
