Matlab coding trouble. Can someone please help with this andexplain the steps? Thank you
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
OR
OR