Scilab 6.0.1
- Aide de Scilab
- Aide à la conversion Matlab vers Scilab
- 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)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
rem (Matlab function)
Remainder after division
Matlab/Scilab equivalent
Matlab | Scilab |
rem(X,Y) |
X-fix(X./Y).*Y |
Report an issue | ||
<< realmin (Matlab function) | R | repmat (Matlab function) >> |