Scilab 6.0.0
- Scilab Help
- Matlab to Scilab Conversion Tips
- Matlab-Scilab equivalents
- R
- rand (Matlab function)
- randn (Matlab function)
- randperm (Matlab function)
- rcond (Matlab function)
- real (Matlab function)
- realmax (Matlab function)
- realmin (Matlab function)
- rem (Matlab function)
- repmat (Matlab function)
- reshape (Matlab function)
- return (Matlab function)
- round (Matlab function)
Scilab Help >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > R > reshape (Matlab function)
reshape (Matlab function)
Reshape array
Matlab/Scilab equivalent
Matlab | Scilab |
reshape |
Particular cases
To get the same result for character string matrices in Scilab than in Matlab, convert Scilab character string matrices using mstr2sci.
All unspecified dimensions are represented by a [] input in Matlab while in Scilab they are given by a -1.
Matlab reshape suppresses singleton higher dimension, it is not the case for matrix in Scilab.
Comments
Add a comment:
Please login to comment this page.