Problem 2875. Find difference of two set as per example

Find difference of two set as per example

Say x=[1:5] and y=[2:6]

then, set_diff(x,y) should give output[1] and set_diff(y,x) should give output[6]

Solution Stats

58.28% Correct | 41.72% Incorrect
Last Solution submitted on Feb 23, 2023

Solution Comments

Show comments

Problem Recent Solvers82

Suggested Problems

More from this Author70

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!