필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
David
David 2019년 12월 31일
댓글: David 2019년 12월 31일
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