MatRand: Generate Matrix of Random Numbers

View source: R/Mat.R

MatRandR Documentation

Generate Matrix of Random Numbers

Description

Generate Matrix of Random Numbers(usually for program testing).

Input vector x and y, the length of x and y will be used for the number of rows and columns.

The random number will range from min to max.

Usage

MatRand(x,y,min,max)

Examples

Mat(2,5,min=-1,max=1)

HaoLi111/MFVN documentation built on Jan. 5, 2023, 4:37 a.m.