| Discussion: | All Tools on Computer |
| Topic: | Random number Generation Using MATLAB |
| Post a new topic to the All Tools on Computer discussion |
| ||||||||
| Subject: | RE: Random number Generation Using MATLAB |
| Author: | Si |
| Date: | Oct 24 2004 |
> Dear Friends,
> Now i dont know how to
> generate random number of specific seed in MATLAB......
Use the following commands at the MatLab prompt :
>> uniform_random_number = rand('state',J);
>> % 'J' is any integer from 0 to 35;
>> help rand % to find out more help on 'rand'
Cheers,
Sione.
| |||||||
| Post a new topic to the All Tools on Computer discussion | |||||||
| Visit related
discussions: Computer Tools | |||||||