| Datafeed Toolbox™ | |
Verify whether connections to Yahoo!® data servers are valid
x = isconnection(Connect)
| Connect | Yahoo! connection object created with the yahoo function. |
x = isconnection(Connect) returns x = 1 if the connection is a valid Yahoo! connection, and x = 0 if it is not.
Connect to a Yahoo! data server:
c = yahoo
Verify that the connection, c, is valid:
x = isconnection(c) x = 1
yahoo.close, yahoo.fetch, yahoo.get, yahoo
![]() | yahoo.get |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |