| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Datafeed Toolbox |
| Contents | Index |
| Learn more about 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 | ![]() |
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-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |