Open

Top  Previous  Next

Description


The Open Command opens a previously defined MatlabInterface, DataBase, or Socket object. For more information, see the Interfacing with External Resources Guide.

 

 

Syntax


Open myMatlabInterface;
Open mySocket;
Open myDataBase;

 

 

Details


An object must be created before it can be opened.

The Close command is used to close the connection.

 

 

Command Editor


Object to open

MatlabInterface, Socket, or DataBase object to open

 

Script

Displays the FreeFlyer Script that is generated by the editor

 

Description

Displays descriptions of the editor and its fields

Description text changes as the mouse pointer moves over the different fields within the editor

 

 

 

See Also


Close Command

Call Command

Interfacing with External Resources Guide