필터 지우기
필터 지우기

Get row names of a table...

조회 수: 109 (최근 30일)
JFz
JFz 2016년 10월 5일
댓글: JFz 2016년 10월 5일
How to get the row names from a table which has row names and column names.
  댓글 수: 1
JFz
JFz 2016년 10월 5일
Thanks for any help.

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

채택된 답변

Steven Lord
Steven Lord 2016년 10월 5일
See the table object property RowNames. The RowNames section on that page includes examples of how to set and clear the names; to get the names just use something like
x = yourTableVariableNameGoesHere.Properties.RowNames
  댓글 수: 1
JFz
JFz 2016년 10월 5일
Thank you!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by