| Datafeed Toolbox™ | ![]() |
x = isconnection(Connect)
| Connect | FRED connection object created with the fred function. |
x = isconnection(Connect) returns x = 1 if a connection to the FRED data server is valid, and x = 0 otherwise.
Establish a connection, c, to a FRED data server:
c = fred('http://research.stlouisfed.org/fred2/')
Verify that c is a valid connection:
x = isconnection(c) x = 1
fred.close, fred.fetch, fred.get
![]() | fred.get | haver | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |