Version

Read-only property that returns a string with the current version of NeuroExplorer.

Syntax

Version

Return

Returns a string with the current version of NeuroExplorer.

Matlab Example

nex = actxserver('NeuroExplorer.Application');
version = nex.Version;