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