help-octave
[Top][All Lists]
Advanced

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

ndarray slice in oct file


From: Daniel Oberhoff
Subject: ndarray slice in oct file
Date: Fri, 13 Jul 2007 23:53:37 +0200

Hi,

Can anyone tell me how to properly to slicing in oct-files? Unfortunately the doxygen seems to be rather, well, undocumented :). Right now I need a slice of an nd array to go into a matrix slice (or an ndarray slice, doesn't matter), but matrix to matrix slicing would be nice too. So stuff like:

a(1:3,4:5) = b(2:4,1:2,3);

but in an oct-file.

Daniel


reply via email to

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