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, ..) |
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 >> |