TableHeadings
లభ్యం
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}}] మొత్తం 6300 ఫంక్షన్లు ·
దీన్ని MCP క్లయింట్ నుండి వాడండి