find the first elements of a column matrix
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers193
Suggested Problems
-
Given a matrix, return the last eigen value
233 Solvers
-
Output any real number that is neither positive nor negative
410 Solvers
-
430 Solvers
-
Finding an element in a vector
205 Solvers
-
Solve a System of Linear Equations
14507 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This would be better as "find the nth element of an array." Also, a column matrix doesn't exist. Perhaps you meant column vector, though the variables in your test cases are row vectors.