<< fuslist Basic functions impexc2bd >>

Grocer >> Basic functions > fusvect

fusvect

sorted fusion of vectors

CALLING SEQUENCE

[ind]=fusvect(arg1,…,argn)

PARAMETERS

Input

• arg1,…,argn = (n x1) vectors

Output

• ind = a (n x1) vector

DESCRIPTION

Makes the fusion of (n x1) vectors and sort them in increasing order

EXAMPLE

fusvect([1 ;4 ; 5],[3 ; 2 ;4])

// Returns: 

//!   1. !
//!   2. !
//!   3. !
//!   4. !
//!   4. !
//!   5. !

AUTHOR

Eric Dubois 2002

Report an issue
<< fuslist Basic functions impexc2bd >>