Question: HELP WITH MATLAB Write your own function mfile that accepts two row vectors, A and B, as inputs and produces the following outputs: A scalar
HELP WITH MATLAB
Write your own function mfile that accepts two row vectors, A and B, as inputs and produces the following outputs: A scalar that gives the number of elements in B that are greater than the mean of the elements in A. A column vector of all the prime numbers that lie between the minimum value in A and the maximum value in B. A two element row vector in which the first element is the number of prime numbers between min(A) and max(B) that are also greater than the mean of the elements in A. The second element in this vector is the sum of these primes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
