Azzera filtri
Azzera filtri

Extract indices of vector?

3 visualizzazioni (ultimi 30 giorni)
chaaru datta
chaaru datta il 23 Ott 2023
Commentato: chaaru datta il 23 Ott 2023
Hello all, In my research work, I came across a stiuation where I want to extract indices of filled positions of a coulmn vector.
For e.g., B is a vector of dimension 8 X 1 wherein any two rows are non-zero while others are zero.
Then how can we extract the indices of non-zero row in MATLAB.
Any help in this regard will be highly appreciated.

Risposta accettata

Stephen23
Stephen23 il 23 Ott 2023
X = find(B)

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by