Deleting rows of a matrix based on values from another matrix
Show older comments
I have a m x 3 matrix A, and a nx1 matrix B. I need to remove those rows of A if either column 1 or 2 of the matrix equals any value in B.
Accepted Answer
More Answers (1)
Kritarth Sinha
on 8 Jul 2022
Edited: Kritarth Sinha
on 8 Jul 2022
0 votes
Hello Hari,
You can simply use nested loops and for each value in column 1 or 2,you can check that is present in matrix B and do it accordingly.
Hope this will help.
Categories
Find more on Matrix Indexing 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!