From: David Cubero on
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
"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
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.