Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

String comparison based sorting

조회 수: 1 (최근 30일)
satendra kumar
satendra kumar 2012년 11월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
[a b]=xlsread('file name'); First column of b have 14,000 repeated names, but only 6 different names. I made 6 check boxes. A user can check any no of check boxes. Based on the user input i need to modify the array a & b. i.e. the rows with the name checked by the user will be there else need to be deleted. Any idea folks how to do that.
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 11월 10일
ismember()

답변 (1개)

Jan
Jan 2012년 11월 10일
I do not see the connection between the title and the question. Where does sorting play a role in the question?
What kind of help do you expect? Did you create the GUI already? Do you want to learn how to create 6 checkboxes programmatically? Where do you want to delete the data: In the Excel file or in the Matlab array?
What have you tried so far and which problem occurred? Currently the description of your problem is very general and an explicit answer is not possible. I suggest to divide the problems into smaller parts and solve them one after the other. Try to implement it by your own and ask again, when concrete problems occur, which you cannot solve by your own.

Community Treasure Hunt

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

Start Hunting!

Translated by