Fast ismember for object arrays
4 次查看(过去 30 天)
显示 更早的评论
I have an object oriented code which calls the ismember function many times. I saw forum discussions recommending the unducumented ismembc function. However, it does not work on objects. Is there a way to speed it up? I need no input checks and the objects are instantiated from a class which is derived from the handle class. Using the analogue of the handle class with references in C++, comparison should be super fast.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!