Prev: Setting A Minimum Figure Size
Next: euclidian distance
From: David Cubero on 9 Jul 2010 09:03 Hi, I have a lot of data in a matrix with only one row, i would like to represent the same matrix in several rows decreasing the number of columns Thank you
From: Wayne King on 9 Jul 2010 09:15 "David Cubero" <sirdivi(a)hotmail.com> wrote in message <i176m9$de4$1(a)fred.mathworks.com>... > Hi, I have a lot of data in a matrix with only one row, i would like to represent the same matrix in several rows decreasing the number of columns > > Thank you Hi David, please read the help for reshape() >>doc reshape Wayne
From: Walter Roberson on 9 Jul 2010 09:48 David Cubero wrote: > Hi, I have a lot of data in a matrix with only one row, i would like to > represent the same matrix in several rows decreasing the number of columns That is not possible in a single _numeric_ matrix. You can, however, use cell arrays.
|
Pages: 1 Prev: Setting A Minimum Figure Size Next: euclidian distance |