What is the difference between the Matlab functions rand and
What is the difference between the Matlab functions \"rand\" and \"randn\"? rand produces uniform random numbers and randn produces Gaussian random numbers. There is no difference. rand produces one random number and randn produces \"n\" random numbers. rand produces positive random numbers and randn produces negative random numbers.
Solution
what is the difference between the Matlab functions \'rand\' and \"randn\"?
Ans :option a
rand produces uniform random numbers and randn produces gaussian random numbers.
