Get into a new Command Window, and type rand to get a random real number. Make a note of the number
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:1| Question number:13.1
All Answers
total answers (1)
>> rand ans = 0.8147 >> rng('shuffle') >> rand ans = 0.4808
need an explanation for this answer? contact us directly to get an explanation for this answer