Problem 42700. Find elements of set A those are not in set B
Given two sets of data A and B. Find elements of A those are not in set B.
For example: A = [1 5 3], B = [4 250 558 22 0 1 3] should return ele = 5.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers71
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2810 Solvers
-
2268 Solvers
-
Find the index of n in magic(n)
268 Solvers
-
299 Solvers
-
Create sequnce 1 4 9 16 25.........
413 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!