Question: Please write it in Matlab, Thank you Please write it in Matlab, Thank you Short Answer (40 pts) In the questions below, assume Z-[7, 12,
Please write it in Matlab, Thank you

Please write it in Matlab, Thank you
Short Answer (40 pts) In the questions below, assume Z-[7, 12, 99, 44, 18, -2, 0, 87]. 3) Suppose we execute the MATLAB command A- (Z > 50); B ?(A); Show the contents of A and B. 4) Call the plot() function to plot Z along the Y-axis, with the corresponding X values 10, 20,.,80 5) Write a function Analyze that takes a vector V as a parameter, and returns 3 values: the minimum value in the vector, the maximum value in the vector, and the average. function [MIN, MAX, AVG]Analyze(V) 6) The file 'data.txt' contains a column of numbers. Write a function LoadAndAnalyze that loads this data calls the Analyze function you wrote above, and then outputs the MIN, MAX, and AVG values to the console using fprintf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
