Skip to content

split

Split group into its components in Grouping object

Syntax

g = split(g, groupName1, groupName2, ...)

Input arguments

  • g [ Grouping ] - Grouping object.

  • groupName1, groupName2, ... [ char ] - Group names.

Output arguments

  • G [ Grouping ] - Grouping object.

Description

Example