| Datafeed Toolbox™ | ![]() |
value = get(Connect, 'PropertyName') value = get(Connect)
| Connect | FRED connection object created with the fred function. |
| 'PropertyName' | A MATLAB® string or cell array of strings containing property names. Property names are:
|
value = get(Connect, 'PropertyName') returns a MATLAB structure containing the value of the specified properties for the FRED connection object.
value = get(Connect) returns the value for all properties.
Establish a connection, c, to a FRED data server:
c = FRED('http://research.stlouisfed.org/fred2/')
Retrieve the port and IP address for the connection:
p = get(c, {'port', 'ip'})
p =
port: 8194
ip: 111.222.33.444
fred.close, fred.fetch, fred.isconnection
![]() | fred.fetch | fred.isconnection | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |