Scilab 5.5.2
- Scilab Help
- Matlab to Scilab Conversion Tips
- Matlab-Scilab equivalents
- A
- abs (Matlab function)
- acos (Matlab function)
- acosh (Matlab function)
- acot (Matlab function)
- acoth (Matlab function)
- acsc (Matlab function)
- acsch (Matlab function)
- all (Matlab function)
- angle (Matlab function)
- any (Matlab function)
- asec (Matlab function)
- asech (Matlab function)
- asin (Matlab function)
- asinh (Matlab function)
- atan (Matlab function)
- atan2 (Matlab function)
- atanh (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
atan2 (Matlab function)
Four-quadrant inverse tangent
Matlab/Scilab equivalent
Matlab | Scilab |
atan2(y,x) |
atan(y,x) |
Particular cases
Matlab atan2 function can work with complexes (in this case, complex part is ignored), what Scilab atan can not.
Report an issue | ||
<< atan (Matlab function) | A | atanh (Matlab function) >> |