Spike Toolbox |
![]() ![]() |
STAddrLogicalExtract
Extract the neuron and synapse IDs from a logical address
Syntax
[nAddr1, nAddr2, ...] = STAddrLogicalExtract(addrLog)
[nAddr1, nAddr2, ...] = STAddrLogicalExtract(addrLog, stasSpecification)
Description
'addrLog' should be a logical address as constructed by
STAddrLogicalConstruct. STAddrLogicalExtract will extract the
indices for each addressing field, as defined by the addressing
specification. If this specification is not supplied in the argument
list, the default output addressing specification will be taken from
the toolbox options. The field indices will be returned in the variable
length argument list. STAddrLogicalExtract is vectorised.
See Also
Understanding toolbox addressing,
STAddrLogicalConstruct, STAddrPhysicalConstruct, STAddrPhysicalExtract
![]() |
STAddrPhysicalConstruct
![]() |