I have a couple of equations that output a matrix in vertical form, can I get it output horizontally?
Show older comments
It's a stupid question, but I am having a brain fart.
X is an array
a=find(X(:,1)==75; b=X(a,3)
Answers (1)
Sean de Wolski
on 28 Jun 2012
b'
2 Comments
Brady Thom
on 28 Jun 2012
Walter Roberson
on 28 Jun 2012
b .'
in case your data might contain complex values.
Categories
Find more on Multidimensional Arrays 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!