get vector from a matrix ith row or column based on given dimension
Show older comments
Hi,
I have very simple question but couldn't find a simple answer to it:
how can i get ith row or column of a matrix acc.to given dimension value. I mean, i need such a function:
v=getroworcolumnvector(Amatrix,i,dim);
for Amatrix is 2 dimensional array, it should give a vector which is ith row of Amatrix if dim==1, or ith column of Amatrix if dim==2
Thank you,
Baris
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!