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}}] Las 6300 funciones ·
Usar esto desde un cliente MCP