haver.get - Retrieve properties from Haver Analytics connection objects

Syntax

V = get(H,'PropertyName')
V = get(H)

Arguments

H

Haver Analytics connection object created with the haver function.

'PropertyName'

A MATLAB® string or cell array of strings containing property names. The property name is Databasename.

Description

V = get(H,'PropertyName') returns a MATLAB structure containing the value of the specified properties for the Haver Analytics connection object.

V = get(H) returns a MATLAB structure, where each field name is the name of a property of H. Each field contains the value of the property.

Examples

Establish a Haver Analytics connection, HDAILY:

HDAILY = haver('d:\work\haver\data\haverd.dat')

Retrieve the name of the Haver database:

V = get(HDAILY,{'databasename'})
V=
databasename: d:\work\haver\data\haverd.dat

See Also

haver.close, haver.fetch, haver.isconnection, haver

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS