Skip to contents

construct a new NeuroSurfaceVector

Usage

NeuroSurfaceVector(geometry, indices, mat)

Arguments

geometry

a SurfaceGeometry or SurfaceSet instance

indices

an integer vector specifying the valid surface nodes.

mat

a matrix of data values (rows=nodes, columns=variables)

Value

A NeuroSurfaceVector object containing the geometry, node indices, and data matrix.