Generate a random vector of coordinates (X or Y).
[X] = NL_F_RandVectorCoord (N,L)
Length.
Threshold.
Vector.
NL_F_RandVectorCoord generates the vector with . This function is used to generate the coordinates of the nodes.
l=1000;//maximal value n=10;//vector size [x]=NL_F_RandVectorCoord(n,l)//application of NL_F_RandVectorCoord