File: mtx_show.md

package info (click to toggle)
pd-iemmatrix 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 15,440; makefile: 291; sh: 169
file content (23 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: mtx_show
description: display a matrix
categories:
- object
pdcategory: General
see_also:
- mtx_print
- mtx_plot
inlets:
  1st:
  - type: matrix
    description: matrix to print to the console
outlets:
  1st:
  - type: matrix
    description: changed matrix
---

{{<pdmsg mtx_show >}} displays a matrix within the patch.
Elements can be edited via double click or by dragging.

Note, that this object is very slow and should only be used for small matrices.