how can I remove duplicate objects (not integers) from an array?
Show older comments
If I have an array of objects like those below, is there an easy way to remove duplicates please?
So, if two objects in the array have the ShareName of say "Oracle", one of them is removed?
MATLAB code
classdef Quote < handle
properties
ShareName='';
SharePrice=0;
end
Thanks a for any help,
Tom.
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!