| Contents | Index |
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 Analytics database:
V = get(HDAILY,{'databasename'})
V=
databasename: d:\work\haver\data\haverd.dat
haver | haver.close | haver.fetch | haver.isconnection
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |