Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 763 Bytes

split_surfaces.rst

File metadata and controls

32 lines (22 loc) · 763 Bytes

split_surfaces

Synopsis

Splits surfaces in a single variable into separate variables. (source code).

Usage

varargout = split_surfaces(surface);
  • surface: surface loaded into MATLABB
  • varargout: Variables to load the surfaces into.

Description

If you have a variable containing multiple disconnected surfaces, this function will split them up and return each in a separate output variable. Accepts all surfaces readable by convert_surface_matlab.