Grocer Function
NAME
dblist - gives the content of a database
CALLING SEQUENCE
[l]=dblist(filein)
PARAMETERS
Input
-
filein = name of the database
Output
-
l = column vector containing the names of variables in the database
DESCRIPTION
Gives the content of a database (simple but not elegant and, I presume, not efficient)
EXAMPLE
dblist('SCI/macros/grocer/db/bdhenderic.dat')
Gives the content of Hendry and Ericsson database.
The results is:
!rnet !
!        !
!lm1 !
!        !
!lp !
!        !
!ly !
AUTHOR
Eric Dubois 2002