help-octave
[Top][All Lists]
Advanced

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

Re: dimension slice


From: Doug Stewart
Subject: Re: dimension slice
Date: Thu, 6 Jan 2011 22:36:21 -0500



On Thu, Jan 6, 2011 at 10:32 PM, Glen Shennan <address@hidden> wrote:
Hi,

I am trying do address n-dimensional matrices one dimension at a time.  If I have (say) a 4x4x4 matrix and want to get the square matrix referenced by matrix(1) = [a 4x4 matrix] I can use matrix(1,:) but this returns a row vector containing all 16 elements that are in the slice, not the shaped matrix.  Is there a way to slice an n-dimension matrix (using only the first index) so that a shaped matrix is returned?

Glen Shennan

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


try  matrix(1,;,;)


reply via email to

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