Reshape array
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. |