pow2 (Matlab function)
Base 2 power and scale floating-point numbers
Matlab/Scilab equivalent
Matlab | Scilab |
pow2(X) Y = pow2(F, E) |
2.^X Y = F.* 2.^E |
Report an issue | ||
<< plot (Matlab function) | P | prod (Matlab function) >> |
Base 2 power and scale floating-point numbers
Matlab | Scilab |
pow2(X) Y = pow2(F, E) |
2.^X Y = F.* 2.^E |
Report an issue | ||
<< plot (Matlab function) | P | prod (Matlab function) >> |