Difference between revisions of "Polyadic/polinfo.m"
(Fix lead description from MATLAB header (folding/hyphenation pass)) |
(Normalise sequential blank lines) |
||
| Line 29: | Line 29: | ||
* [[oper2ist.m]] | * [[oper2ist.m]] | ||
* [[st_product_table.m]] | * [[st_product_table.m]] | ||
| − | |||
| − | |||
''Version 2.11, authors: [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[Ilya Kuprov]]'' | ||
Revision as of 12:28, 25 April 2026
Draws an ASCII diagram of a polyadic object.
Syntax
polinfo(p)
Arguments
p - polyadic object
Outputs
an ASCII diagram to the console
Note: polyadic objects can be huge, the code below
avoids making memory copies.
Examples
See examples in the Spinach distribution relevant to this function.
Notes
This page was generated from the function header in the Spinach repository.
See also
Version 2.11, authors: Ilya Kuprov