How to add a column in MATLAB after sorting an array
조회 수: 1 (최근 30일)
이전 댓글 표시
How do I make the Identity column given all the other information and sorting in the figure.
댓글 수: 0
답변 (1개)
Athul Prakash
2020년 11월 12일
Hi Sukalyan,
Looking at your figure, I assume that the data is a table existing in the workspace and that you've already sorted the table. You may extract the final column from the table using dot notaion -
I = myTable.Identity;
Hope it helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!