Name

fuslist — merge vectors of a list

CALLING SEQUENCE

[vecout]=fuslist(listin)

PARAMETERS

Input

• listin = the list of vectors to fusion

Output

• vecout= the fusion

DESCRIPTION

Makes the fusion between the vectors of a list. Each component of the list must be a (n,1) vector

EXAMPLE


numx3=fuslist(listx1_2) 

 

This example, taken from automatic, realises the fusion of the vectors of indexes resulting from the search of econometric specifications. 



               

AUTHOR

Eric Dubois 2002