Answered step by step
Verified Expert Solution
Link Copied!

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 3 and dataSet is 74,13,1,51,6, then selectedValues might return 1,74,13.
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 ?
1 function selectedValues = selectRandom (dataSet, numberSelected )
3% selectRandom: Return numsel elements of input array data selected at
4% Inputs: data - selections are acceptable.
5% numsel - number input data values
6,%
7,% Outputs: selected - a randomly selected elements to return
9% Choose randoct - array of randomly selected data values
10% Choose randomly selected elements for output.
end
Code to call your function ?
1 selectRandom ([74,13,1,51,6],3)C Reset
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

More Books

Students also viewed these Databases questions

Question

Compose the six common types of social business messages.

Answered: 1 week ago

Question

Describe positive and neutral messages.

Answered: 1 week ago