How do I implement my own find() and ismember function in matlab?
1 view (last 30 days)
Show older comments
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 Comment
Image Analyst
on 24 Dec 2020
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?
Answers (0)
See Also
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!