4. Overview ContainerΒΆ

  Create and Destroy
CnCreate Creates a container. A container can contain one or more matrices.
CnDestroy Destroys the given container and frees any memory that the container occupied.
  Set
CnAdd Adds the contents of a variable to a container.
CnInsertAt Inserts an element into a container.
CnPrint Prints the data elements of a container into the command window.
CnRemoveAt Removes one data element from a container.
CnSetAt CnSetAt adds a new data element to the container
  Get
CnGetSize Gets the number of elements in the container.
CnGetAt Gets a matrix from a container at a given position.
CnGetSize Gets the number of elements in the container.

id-907592