Create a vector from components of old vectors
Show older comments
I have a 3x5 matrix, I want to be able to take the 1st row and the 3rd column to create a row vector. I know how to seperately extract a row and a column, but how would I go about using that in order to create a new vector without typing individual elements?
2 Comments
Tommy
on 16 Apr 2020
How do you want to combine the 1st row and 3rd column in your row vector?
Jordan Shook
on 16 Apr 2020
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!