Skip to content

rephrase.Matrix (+rephrase)

Create a Matrix object for rephrase reports

Syntax

output = rephrase.Matrix(title, input, varargin)

Input arguments

title [ string ]

Title text for the matrix.

input [ array ]

Array type of object which contains the data to be displayed.

Output arguments

output [ Matrix ]

Matrix type object with the assigned arguements to be passed into the rephrase objects.

Options

CellClasses= [ cell ]

Description

Possible children

None

Description

The function +rephrase/Matrix returns the Matrix object based on the input arguments and options set by the user. The object itself needs to be passed to the parent rephrase object such as +rephrase/Grid.

Examples