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 क्लाइंट से उपयोग करें