7 Multi-dimensional Arrays
| octave | description |
|---|---|
ndims |
number of dimensions |
reshape squeeze |
change array shape |
resize |
change array shape, lossy |
cat |
join arrays along a given dimension |
premute ipermute |
like N-dimensional transpose |
shiftdim |
|
circshift |
cyclically shift array elements |
meshgrid |
matrices useful for vectorization |