Problem 2567. Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87]
**remember you have to create the matrix first
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers488
Suggested Problems
-
7849 Solvers
-
Return a list sorted by number of occurrences
2888 Solvers
-
Create a vector whose elements depend on the previous element
777 Solvers
-
Split a string into chunks of specified length
2044 Solvers
-
Create sequnce 1 4 9 16 25.........
413 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!