Clear Array

This command will empty an array, that is, it will clear all stored data.

Parameters

  • Name of the array
  • Reference to cells

Comments

The contents of all cells in the array will be blank.

Example

Clear Array mda_1[1,1,1]

This example will clear all content from array 'mda_1'.

See Also