how to count the number of different elements in two matrices
5 views (last 30 days)
Show older comments
Suppose there are 2 matrices of double type each with same elements, assume
a = [1,0,0,0,1] and
b = [1,0,0,0,0].
Here, the nnumber of different elements is 1(i.e. the last element is different)
and finally it should give the result as, 1/5= 0.2. It means, result = no. of differet elemet / total number of element.
Kindly suggest.
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Image Processing Toolbox 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!