MATLAB > Connection Management |
c = gvconnect(user,pass)
c = gvconnect(user,pass) takes your username and password and returns an object that will maintain a connection to GlobalView servers.
The actual connection will happen asynchronously. If you get disconnected the object will automatically reconnect.
In case you want to break the connection manually call the object's Dispose method.