Posts by Ana Dias • 11 points
1 post
-
1
votes0
answers33
viewsQ: How do I compare matrices of different sizes in Matlab?
I have two matrices with numeric values: A (size 44x1) and B (size 42x1). What I need to do is: count how many times the values appear repeated for A and B. whether these repeating values are common…