Clear Filters
Clear Filters

Extract indices of vector?

3 views (last 30 days)
chaaru datta
chaaru datta on 23 Oct 2023
Commented: chaaru datta on 23 Oct 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.

Accepted Answer

Stephen23
Stephen23 on 23 Oct 2023
X = find(B)

More Answers (0)

Categories

Find more on Programming 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!