Using Matlab, write a code for problems 1,2,3.
Matlab practice exercise A vector is given by x=[25 9 45 60 7 11 18 10 72 33 20 59 27]. Using conditional statements and loop(s, write the code for a program that: 1) counts the number of elements in vector “x” that have values between 15 and 40 and creates a new vector “y” that contains only the elements of “x” in that specified
OR
OR