Basic Statistics
Execute the following command in MATLAB before you start: x = rand(20,1); TasksTask 1 Create a variable named r which contains the maximum value of x. Use the max function. max(data) Task 2 Create a
Execute the following command in MATLAB before you start: x = rand(20,1); TasksTask 1 Create a variable named r which contains the maximum value of x. Use the max function. max(data) Task 2 Create a