필터 지우기
필터 지우기

Sorting dataset, which contains strings, by one column

조회 수: 1 (최근 30일)
Sam
Sam 2016년 3월 18일
댓글: Sam 2016년 3월 19일
Hello,
I have a matrix of 1198x17. The first column is a column containing only strings. The first row contains 1 stringcell in cell 17, the rest of the first row are numbers. In cell A1 is a NaNvalue. All the other cells contain numbers. I need to sort this dataset by column #17 in such way that all the rows stay the same. How do I do this?
Thanks!

답변 (1개)

Walter Roberson
Walter Roberson 2016년 3월 19일
sortrows(A, 17)
  댓글 수: 1
Sam
Sam 2016년 3월 19일
The dataset is an excelfile. So if I use the code for xlsread, this isn't possible.
[num,txt,raw] = xlsread('dataset');
num contains only the number, txt only the stringcells, and raw contains everything. If I than use 'sort' or 'sortrows' for 'raw' Matlab gives an error...

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

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by