Post Reply 
matrix how to call just a column like A( : , 2 )
03-05-2020, 05:44 PM (This post was last modified: 03-05-2020 05:52 PM by resolved.)
Post: #1
matrix how to call just a column like A( : , 2 )
how do you call just one column of a matrix
in matlab it is something like A( : , 2 )
A [[a,b,c],[d,e,f],[g,h,i]]
I call one element A(3,2) will get me h
but if I want [b,e,h] how do I get just the second column??
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
matrix how to call just a column like A( : , 2 ) - resolved - 03-05-2020 05:44 PM



User(s) browsing this thread: 1 Guest(s)