<< NL_F_Derivative12 NL_F: Function NL_F_DiscCenter >>

NARVAL >> NL_F: Function > NL_F_DiffVect

NL_F_DiffVect

Compare two vectors.

Calling Sequence

[B] = NL_F_DiffVect(U,V)

Arguments

U :

Vector.

V :

Vector.

B :

Boolean.

Description

NL_F_DiffVect compares the two vectors U and V. If , , else .

Examples

U=[1:5];
V=[1:4 6];
[b1]=NL_F_DiffVect(U,U)//application of NL_F_DiffVect
[b2]=NL_F_DiffVect(U,V)

Report an issue
<< NL_F_Derivative12 NL_F: Function NL_F_DiscCenter >>