Name
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. !