Question: HW 1-2 This is a brief assignment on using MATLAB. Do the following work using MATLAB, Publish your script to a PDF file and upload
HW 1-2 This is a brief assignment on using MATLAB. Do the following work using MATLAB, Publish your script to a PDF file and upload the PDF file for the assignment Make a table of contents in your MATLAB publish. Be sure to make everything look nice and put plenty of comments in your script. Read the help documentation in MATLAB for the following functions: mean std rand . rng When you write scripts in MATLAB'I want you to have the following functions at the beginning clear all; close all; clc; Make a script in MATLAB that does the following: Reset the random number generator to its default settings Generate 100 random points using rand Plot the values in a plot. Just make a line plot and give it a title. Find the mean and display the result. Find the population standard deviation (with the sta function) and display the result. Make sure all the output is formatted nicely and is readable. ch
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
