.. _matmean: MATMEAN ======= +----------+-------------------------------------------------------------------+ | Syntax | MATMEAN (array[%]) | +----------+-------------------------------------------------------------------+ | Location | Math Package | +----------+-------------------------------------------------------------------+ This function returns the average of the array's elements, calculated by the sum of the elements divided by the number of elements. **NOTE** Don't compile with Supercharge or Turbo. **WARNING** Avoid string parameters! **CROSS-REFERENCE** See :ref:`matsum` for an example.