adplus-dvertising
frame-decoration

Question

What is the output of the following code?
c=makedist(‘normal’);random(c)

a.

An array of random numbers selected from the normalized normal distribution

b.

Error due to makedist

c.

A random number from the normalized normal distribution

d.

Error due to random

Posted under MATLAB

Answer: (c).A random number from the normalized normal distribution

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following code?