How to remove the table size below the table header; e.g., get rid of --> " 1×7 table "
Show older comments
How can I get rid of the "1x7 table" characters in the table below? Thanks!
CHOICE_DESIGN =
1×7 table
NoResp NoChoice Sz Beta (partworths) Sz MetaBeta Max Choice Sets Min Options Max Options
______ ________ ____________________ ___________ _______________ ___________ ___________
100 0 8 2 8 5 5
Answers (1)
The 1x7 table is not part of the table, it's part of the default display when you type a variable name with no formatting, you can use the disp function to show the table alone
disp(CHOICE_DESIGN)
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!