Delete x value in given vector y. - MATLAB Cody - MATLAB Central

Problem 43491. Delete x value in given vector y.

Difficulty:Rate

Delete x value in given vector y.

Exapmle x=5; y=[ 1 2 5 6 74 5 2 5]

result=[1 2 6 74 2]

Solution Stats

64.74% Correct | 35.26% Incorrect
Last Solution submitted on Nov 28, 2024

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
1
3

Problem Recent Solvers94

Suggested Problems

More from this Author37

Problem Tags

Community Treasure Hunt

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

Start Hunting!