<< NL_F_RandVector0nminus1 NL_F: Function NL_F_RandVectorJifI >>

NARVAL >> NL_F: Function > NL_F_RandVectorCoord

NL_F_RandVectorCoord

Generate a random vector of coordinates (X or Y).

Calling Sequence

[X] = NL_F_RandVectorCoord (N,L)

Arguments

N :

Length.

L :

Threshold.

X :

Vector.

Description

NL_F_RandVectorCoord generates the vector with . This function is used to generate the coordinates of the nodes.

Examples

l=1000;//maximal value
n=10;//vector size
[x]=NL_F_RandVectorCoord(n,l)//application of NL_F_RandVectorCoord

Report an issue
<< NL_F_RandVector0nminus1 NL_F: Function NL_F_RandVectorJifI >>