Post Reply 
How to convert a single row list to matrix or vector? (Solved)
11-19-2015, 03:41 PM
Post: #4
RE: How to convert a single row list to matrix or vector?
transpose(list2mat({1,2,3,4},1)) returns [[1 2 3 4 ]]
col(list2mat({1,2,3,4},1),1) returns [1 2 3 4]

   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to convert a single row list to matrix or vector? - Didier Lachieze - 11-19-2015 03:41 PM



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