Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this 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, ..) |
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 >> |