<< rem (Matlab function) R S >>

Scilab Help >> Code Matlab => Scilab > Matlab-Scilab equivalents > R > reshape (Matlab function)

reshape (Matlab function)

Reshape array

Matlab/Scilab equivalent

Matlab Scilab
reshape(A, Sizes)
reshape(A, s1, s2)
reshape(A, s1, [])
reshape(A, s1, s2, s3, ..)
matrix(A, Sizes)
matrix(A, s1, s2)
matrix(A, s1, -1)
matrix(A, s1, s2, s3, ..)

To get the same result for character string matrices in Scilab than in Matlab, convert Scilab character string matrices using mstr2sci.


Report an issue
<< rem (Matlab function) R S >>