Basic usage
This example shows how to create a table given some data in a
two-dimensional array. Also note that a license must be given, and that
the non-commercial license is "non-commercial-and-evaluation".
- Source page for example
- Adding license key
- Note that changes to cells in the table will alter the myData variable.
- The first dimension of the data is a row, then the cells are columns (like Humdrum file)
- Adding a column will insert nulls into the given array position in the original array.
- This example does not allow adding rows.
</ul>