This function replicates the syntax for the built-in function 'find', but extends it to more dimensions.
It is compatible with all releases up to and including MATLAB 6.5. For that release, the built-in find function doesn't support the find(X,K) syntax or find(X,K,side), while this function does.
I have no access to even older releases, so I can't test compatibility, although I suspect this will work a few releases before 6.5.
Licence: CC by-nc-sa 4.0
Rik (2021). findND (https://github.com/thrynae/findND/releases/tag/1.2.1), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Thx a lot!
Nice job!