Find non-zero elements in a 3-D matrix
Show older comments
Hi,
I have a 3-D matrix containing some non-zero numerical values.I want to find the indices of these non-zero elements.
I know find() can give me row and column, but it doesn't work for a 3-D matrix. Is there another function I can use?
1 Comment
Mehri Mehrnia
on 20 Dec 2021
You can use nnz(matrix), it gives you number of all non-zero elements.
Accepted Answer
More Answers (0)
Categories
Find more on Matrices and Arrays 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!