Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.0 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab manual >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > P > pow2 (Matlab function)

pow2 (Matlab function)

Base 2 power and scale floating-point numbers

Matlab/Scilab equivalent

Matlab Scilab
pow2
No equivalent

Particular cases

X=pow2(Y)

There is not equivalent function for pow2 in Scilab but, when called with one input argument it can be emulated by: 2^Y

X=pow2(F,E)

In this case, Matlab pow2() ignores imaginary part of input arguments. An equivalent expression for this use of pow2 is: F.* 2 .^ E(Note that 2 must be preceeded and followed by a white space).

<< plot (Matlab function) P primes (Matlab function) >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jan 26 16:25:14 CET 2011