(USING MATLAB!)
Write a function that will return a random number (float number). If no arguments are passed to the function, it will return one random number from 0 to 1. If one argument is passed, it is the max and the returned one random number will be from 0 to max. If two arguments are passed, they represent the min and max and the function will return one random number within the range of [min, max].
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here