Qurak

TableHeadings

Disponible

Option specifying headings for table rows and columns

TableHeadings
TableForm[{{a, b}, {c, d}, {e, f}}, TableHeadings -> {None, {"c1", "c2"}}] → TableForm[{{a, b}, {c, d}, {e, f}}, TableHeadings -> {None, {c1, c2}}]TableForm[{{a, b}, {c, d}, {e, f}}, TableHeadings -> {{"r1", "r2", "r3"}, None}] → TableForm[{{a, b}, {c, d}, {e, f}}, TableHeadings -> {{r1, r2, r3}, None}]TableForm[{{a, b}, {c, d}, {e, f}}, TableHeadings -> {{"r1", "r2", "r3"}, {"c1", "c2"}}] → TableForm[{{a, b}, {c, d}, {e, f}}, TableHeadings -> {{r1, r2, r3}, {c1, c2}}]

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP