help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reducing dimensionality


From: Jon Feldman
Subject: reducing dimensionality
Date: Sun, 23 Sep 2012 17:11:26 -0400

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?

Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]