4. Overview ContainerΒΆ
Create and Destroy |
|
---|---|
Creates a container. A container can contain one or more matrices. |
|
Destroys the given container and frees any memory that the container occupied. |
Set |
|
---|---|
Adds the contents of a variable to a container. |
|
Inserts an element into a container. |
|
Prints the data elements of a container into the command window. |
|
Removes one data element from a container. |
|
CnSetAt adds a new data element to the container |
Get |
|
---|---|
Gets the number of elements in the container. |
|
Gets a matrix from a container at a given position. |
|
Gets the number of elements in the container. |
See also
id-907592