Problem 46988. Seperate 2nd column in a matrix
Given input A=[ x1 y1
x2 y2
x3 y3]
output should be
y=[ y1
y2
y3]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers59
Suggested Problems
-
4493 Solvers
-
687 Solvers
-
446 Solvers
-
712 Solvers
-
If you have matrix A, create matrix B using matrix A as an "element"
127 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!