i would like to compare two matrixes with different dimension, A and B if any of the element in A is matched with B then that element in A has to be set to zero ?
1 view (last 30 days)
Show older comments
A=[1 2 3 2 4 45 32 5] B=[5 6 4 8 2 6 4 8 4 6 98 5 4] then the result marix has to be A=[1 0 3 0 0 45 35 0] I tried with looping but it is slow since my marix set is too big. Please help me out. Thanks in advance
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements 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!