From: DSPtree on 18 Jun 2010 00:47 Could some please give the code to convert a matrix into a column vector.. as in 'vec' operator functions. eg: A=[1 2; 3 4] vec(A)= [1 2 3 4]' Thanks & Regards
From: DSPtree on 18 Jun 2010 01:01 and also please help me out to convert an array to a vector.
From: Bruno Luong on 18 Jun 2010 05:13 DSPtree <paulscot45(a)yahoo.com> wrote in message <1147924387.366528.1276850904941.JavaMail.root(a)gallium.mathforum.org>... > Could some please give the code to convert a matrix into a column vector.. as in 'vec' operator functions. > > eg: A=[1 2; 3 4] > > vec(A)= [1 2 3 4]' A(:) Bruno
|
Pages: 1 Prev: Rice Distribution Next: MEX file cannot find entry point in 64-bit linux |