Question: (Matlab Script Help) (Please include comment% to explain the steps of the codes, thank you) for example, The arrays PriceA, PriceB, and PriceC are given
(Matlab Script Help)
(Please include comment% to explain the steps of the codes, thank you)
for example,

The arrays PriceA, PriceB, and PriceC are given below and contain stock prices over 10 days. 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.
PriceA = [19, 18, 22, 21, 25, 19, 17, 21, 27, 29]
PriceB = [22, 17, 20, 19, 24, 18, 16, 25, 28, 27]
PriceC = [17, 13, 22, 23, 19, 17, 20, 21, 24, 28]
Write a MATLAB script 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.
%A matlab code is written to find the number of days the %price of stock A, is greater than price of stock B, and %price of stock as per the given conditions and the %results are displayed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
