Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Selecting random elements from an array. Assign selectedValues with numberSelected randomly selected elements from row array dataSet. Duplicate selections are acceptable. Hint: Use the randi
Selecting random elements from an array.
Assign selectedValues with numberSelected randomly selected elements from row array dataSet. Duplicate selections are acceptable.
Hint: Use the randi function and an indexing array.
Ex: If numberSelected is and dataSet is then selectedValues might return
Note: Successive "Runs" with the same arguments may return different results due to the random number generation. The "Submit for
Assessment" tests are configured to produce the same random numbers.
Function
function selectedValues selectRandom dataSet numberSelected
selectRandom: Return numsel elements of input array data selected at
Inputs: data selections are acceptable.
numsel number input data values
Outputs: selected a randomly selected elements to return
Choose randoct array of randomly selected data values
Choose randomly selected elements for output.
end
Code to call your function
selectRandom Reset
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started