An array is given. Find the unique elements of the array. [keep the sequence unchanged] - MATLAB Cody - MATLAB Central

Problem 57575. An array is given. Find the unique elements of the array. [keep the sequence unchanged]

Difficulty:Rate
An array is given. Find the unique elements of the array. [keep the sequence unchanged]
For example if input x=[2 ,4 , 9 ,2 ,7 ,9 ,14, 13 ,14 ,13 ,16 ,13 ,2 ,9, 22,1,3]
output y=[2 ,4 ,9 ,7,14,13 ,16, 22, 1, 3]
it will no be [1, 2, 3, 4, 7, 9, 13, 14, 16, 22]

Solution Stats

53.54% Correct | 46.46% Incorrect
Last Solution submitted on Jan 18, 2025

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers50

Suggested Problems

More from this Author8

Community Treasure Hunt

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

Start Hunting!