The arrays price_A, price_B, and price_C given below contain the price in dollars of three stocks over

Question:

The arrays price_A, price_B, and price_C given below contain the price in dollars of three stocks over 10 days.

a. Use MATLAB to determine how many days the price of stock A was above both the price of stock B and the price of stock C.

b. Use MATLAB to determine how many days the price of stock A was above either the price of stock B or the price of stock C.

c. Use MATLAB to determine how many days the price of stock A was above either the price of stock B or the price of stock C, but not both.

price_A = [19, 18, 22, 21, 25, 19, 17, 21, 27, 29]

price_B = [22, 17, 20, 19, 24, 18, 16, 25, 28, 27]

price_C = [17, 13, 22, 23, 19, 17, 20, 21, 24, 28]

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: