Datafeed Toolbox    
get

Get Yahoo connection properties

Syntax

Arguments

Connect
Yahoo connection object created with the yahoo command.
PropertyName
(optional) A MATLAB string or cell array of strings containing property names. Currently the only property name recognized is url.

Description

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, and each field contains the value of that property.

Examples

Use the yahoo command to establish a connection to Yahoo.

Now use the get command to retrieve the connection property value.

See Also

close, fetch, isconnection, yahoo (Yahoo functions)


  fetch isconnection