Generate random integer
显示 更早的评论
Hi,
Can anyone help me to generate several strings of random integer ? In each string, there must be 5 integers generated which the number are in between 1 and 484. let say i wanna have 5 strings of the number. below is the example of the matrix that i need.
random number = [ 4 56 32 75 103; 47 84 302 400 27; 96 187 255 33 14; 387 293 135 34 73; 165 243 93 142 65 ]
Thanks in advanced.
nurul
采纳的回答
更多回答(1 个)
Sahan
2013-3-19
you can use randint function
test = randint(5,5,[1 484])
1 个评论
Walter Roberson
2013-3-19
Note that randint() is part of the Communications Toolbox, and will be removed in the future; randi() is the recommended replacement.
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!