MATLAB Part-II
Sign in to Google to save your progress. Learn more
You have a matrix data in which each column is mono audio recording from a room in your house. You've noticed that each column has a very different mean and when you plot them all on the same graph, the spread across the y axis make it impossible to see anything. You want to subtract the mean from each column. Which code block will accomplish this? *
1 point
You have loaded a dataset of people's heights into a 100 x 1 array called height. Which statement will return a 100 x 1 array, sim_height, with values from a normal distribution with the same mean and variance as your height data? *
1 point
Which choice adds b to each row of a? *
1 point
Captionless Image
Which statement returns the roots for the polynomial x^2 + 2x - 4? *
1 point
What is the set of possible values that a may contain? *
1 point
Captionless Image
Which statement creates this structure? *
1 point
Captionless Image
Which code block results in an array b containing the mean values of each array within C? *
1 point
Which statement turns menu into the variable menu_string below? *
1 point
Captionless Image
Which statement is true about the sparse matrices? *
1 point
Which choice is the proper syntax to append a new elements a to the end of 1x 2 dimensional cell array C? *
1 point
Which choice will NOT give you a 5 x 5 identity matrix? *
1 point
Which statement creates a logical array that is 1 if the element in passwords contains a digit and 0 if it does not? *
1 point
Captionless Image
Which statement returns a cell array of the strings containing 'burger' from menu? *
1 point
Captionless Image
Which is NOT a function that adds text to a plot? *
1 point
Which statement using logical indices will result in an error? *
1 point
Captionless Image
Which statement could create this cell array? *
1 point
Captionless Image
Which choice replaces all as with os? *
1 point
Which code snippet sets a new random seed based on the current time and saves the current settings of the random number generator? *
1 point
Which choice has a different final result in f10 than the other three? *
1 point
my_func is a function as follows. What is the value of a at the end of the code beneath? *
1 point
Captionless Image
Submit
Clear form
This content is neither created nor endorsed by Google.