![]() |
| jit.print | Print a matrix as text in the Max window |
| Matrix Operator: in[1] out[1] |
| Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
| in | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
| out | n/a | yes | yes | yes | all | all | char long float32 float64 |
| Attributes: |
| Name | Type | Description |
| coldelim | symbol | The column delimiter (default = comma) |
| fieldwidth | int | The size, in character spaces, used to display a cell’s value (default = 3) |
| info | int |
Display mode (default = 0 (matrix, no info)) 0 = display matrix contents, no info 1 = display matrix info and contents 2 = display matrix into only |
| mode | int |
Character display mode (default = 0 (decimal)) 0 = decimal 1 = hexadecimal (used for char and long matrices only) 2 = ascii (used for char matrices only) |
| planedelim | symbol | The plane delimiter (default = space) |
| precision | int | The number of characters of floating-point precision (default = 3) |
| rowdelim | symbol | The row delimiter (default = carriage return) |
| title | symbol | The matrix display title (as opposed to the matrix name) (default = no title) |
| zeropad | int | Zeropadding flag (default = 0) When the flag is set, empty display spaces in a matrix are filled with zeros. |
| Example: |

| See Also: |
| jit.fpsgui, jit.fprint, jit.matrixinfo |