Problem 43491. Delete x value in given vector y.
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers94
Suggested Problems
-
7726 Solvers
-
611 Solvers
-
636 Solvers
-
133 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
341 Solvers
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!