Hello,
I have a matrix 50*50 and every single elements has a value of either '0' or '1' . How can I determine all locations of all non zero elements. It would be nice if I could store the location in an array or something easy to read and understand.
Thank you

 Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 3 Apr. 2020

0 Stimmen

[r,c]=find(mat~=0)

Weitere Antworten (0)

Kategorien

Tags

Gefragt:

am 3 Apr. 2020

Kommentiert:

am 3 Apr. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by