| Datafeed Toolbox™ | ![]() |
V = get(H,'PropertyName') V = get(H)
| 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. |
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.
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
haver.close, haver.fetch, haver.isconnection, haver
![]() | haver.fetch | haver.info | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |