Info
This question is closed. Reopen it to edit or answer.
Problem with filtered list
2 views (last 30 days)
Show older comments
Hello my problem concerns the use of subsets of my list that matches a given criteria, I would be thankful if someone could give me a hint on that:
consider a cell array (N,3): ID | Value (Double) | Text
Now I want that matlab gives me the maximum of all values of those rows that share the very same Text and replaces the current values, but of only for those that match that criteria. The point is that the criteria is dynamic, meaning there are many subsets and I want to "find" matlab the rows with the same text itself.
Thanks in advance!
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!