Display first columns and rows of a table

조회 수: 22 (최근 30일)
alpedhuez
alpedhuez 2021년 8월 18일
댓글: Cris LaPierre 2021년 8월 19일
Function head displays "Get top rows of table, timetable, or tall array."
The example has "Create a table that contains 100 rows and five variables."
But my table has 100 variables (say). In this case head does not disply the output cleanly (in Jupyter).
Is there any function to display the top rows and *columns* of table? Or any other workaround?

채택된 답변

Cris LaPierre
Cris LaPierre 2021년 8월 18일
The head function is just a helper function. Under the hood, it is just using indexing. Ch 5 of MATLAB Onramp will introduce you to the fundamentals of indexing in MATLAB. Once you understand that, you can use indexing to create your own customized display of a table.
Tables are a little nuanced, so read through the Access Data in Tables page to understand how to use indexing with tables.
  댓글 수: 4
alpedhuez
alpedhuez 2021년 8월 19일
I had checked that document before posting and could not find the option, Thus I posted to check.
Cris LaPierre
Cris LaPierre 2021년 8월 19일
Sounds like a potential improvment to the function. If you think it should be an option, I recommend you submit it as a suggestion to MathWorks. You can do that here. Select Create Service Request > Technical Support.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by