How to remove the table size below the table header; e.g., get rid of --> " 1×7 table "

6 次查看(过去 30 天)
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

回答(1 个)

Jeremy
Jeremy 2019-12-31
编辑:Jeremy 2019-12-31
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)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by