How do I implement my own find() and ismember function in matlab?
1 次查看(过去 30 天)
显示 更早的评论
Hi guys,
Im trying to implement in matlab the find() and ismember() function that matlab provides but I want to implement them and not to use its built in functionality.
could anyone please help me how can I implement my own find() and ismember() functions that matlab provides them as built in functions?
my own functions find() and ismember() are actually the same functionality of built in function find() and ismember() that matlab provides, but I want to implement them and not using them as built in function.
Thanks alot for any assistance.
1 个评论
Image Analyst
2020-12-24
OK, but you forgot to post your "own functions find() and ismember() ", so how can we help with them?
And why don't you want to use the built in functions? Are you going to rewrite many other built-in functions?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!