How to add a column in MATLAB after sorting an array

How do I make the Identity column given all the other information and sorting in the figure.

답변 (1개)

Athul Prakash
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.

카테고리

도움말 센터File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

질문:

2020년 11월 9일

답변:

2020년 11월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by