| 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 |
value = get(Connect, 'PropertyName')
value = get(Connect)
| Connect | Yahoo! connection object created with the yahoo function. |
| PropertyName | (Optional) A MATLAB string or cell array of strings containing property names. Currently the only property name recognized is 'url'. |
value = get(Connect, 'PropertyName') returns the value of the specified properties for the Yahoo! connection object.
value = get(Connect) returns a MATLAB structure where each field name is the name of a property of Connect. Each field contains the value of the property.
Connect to a Yahoo! data server:
c = yahoo
c =
url: 'http://quote.yahoo.com'
Retrieve the URL of the connection:
get(c, 'url')
ans =
url: 'http://quote.yahoo.com'
yahoo.close, yahoo.fetch, yahoo.isconnection, yahoo
![]() | yahoo.fetch | yahoo.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-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |