Application
External applications can open an instance of NeuroExplorer using its Program ID ‘NeuroExplorer.Application’.
For example, to open NeuroExplorer (or to connect to a running instance of NeuroExplorer) in Matlab , you can use the following command:
nex = actxserver('NeuroExplorer.Application');
The object returned by the actxserver
command is an Application object. The properties and methods of this object are listed below.