findn

Function similar to find for multidimensional arrays.
3,8K Downloads
Aktualisiert 31. Mär 2016

Lizenz anzeigen

Very simple 4-line function that returns the indices of non-zero elements (actual dimension specific indices unlike 'find'). This is basically a find function for multidimentional arrays.

Zitieren als

Suresh Joel (2024). findn (https://www.mathworks.com/matlabcentral/fileexchange/3055-findn), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R11
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Operators and Elementary Operations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Improved speed using ind2sub
making this file almost too trivial
License update