In: Electrical Engineering
1) What is the minimum value of random samples generated by the following MATLAB code?: 5*(2*rand-1)
2) What is the mean value of random samples generated by the following MATLAB code?: 3*randn-2
3) What is the mean value of random samples generated by the following MATLAB code?: 5*(2*rand-1)
1) code:-
Result:-

2) code:-
  
Result :-

3) code:-

Result:-

you can change format of output or round it off if needed.