Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
hypermatrices
a Scilab object, N dimensional matrix in Scilab
Description
Hypermatrix type allows to manipulate multidimensional arrays.
They can be defined by extension of 2D matrices as follows
            a=[1 2;3 4];a(:,:,2)=rand(2,2) or directly using matrix function.
Entries can be booleans, encoded integers of any inttype, real or complex numbers, polynomials, rationals, strings, booleans.
![]()  | The number of dimension of hypermatrices with right-most sizes equal to
                1 are automatically reduced. An hypermatrix with only two dimensions is
                automatically changed to a regular matrix (type 1).  | 
Examples
See also
| Report an issue | ||
| << hypermat | Data Structures | isfield >> | 
