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