saving . . . saved Random Number Generation has been deleted. Random Number Generation has been hidden .
Random Number Generation
Title
Question
How to generate a matrix containing random integer numbers?


Scilab Matrix-Operations 07-08 min 30-40 sec 04-05-19, 12:31 p.m. swanandpachpore

Answers:

To generate a m by n matrix of randoms, type rand(m,n)
04-05-19, 12:33 p.m. siddharth11235@gmail.com
rand(m,n)
04-05-19, 3:18 p.m. drvkannan786

Login to add comment


grand(2, 2, "uin", 3, 9)


where the first 2,2 represents the size of the matrix.
and the last two numbers represent are the range of the random integers
04-05-19, 12:37 p.m. trulyajays


Thanks
04-05-19, 12:46 p.m. swanandpachpore


Log-in to answer to this question.