[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reducing dimensionality
From: |
c. |
Subject: |
Re: reducing dimensionality |
Date: |
Sun, 23 Sep 2012 23:14:48 +0200 |
On 23 Sep 2012, at 23:11, Jon Feldman wrote:
>
> I have a 1000x10x89 size matrix S, which is really just
> 1000 10x89 matrices. I want to be able to retrieve
> one of these matrices, so I tried
>
> R = S(1,:,:) where I would like R to have the dimensions
> 10x89, but it has dimensions 1x10x89. How do I fix
> this?
>
try "help squeeze"
> Thanks
c.