<< NARVAL_F_NARVALPath NARVAL NARVAL_F_RandDist >>

NARVAL >> NARVAL > NARVAL_F_RVector

NARVAL_F_RVector

Reverse a vector.

Calling Sequence

[vi] = NARVAL_F_RVector(v)

Parameters

v :

original vector.

vi :

reversed vector.

Description

NARVAL_F_RVector reverses the vector v.

Examples

v=1:10;//original vector
//[1 2 3 4 5 6 7 8 9 10]
[vi]=NARVAL_F_RVector(v);//application of NARVAL_F_RVector
v
vi

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_F_NARVALPath NARVAL NARVAL_F_RandDist >>