| Contents | Index |
c = power(a,k)
c = a.^k
c = power(a,k) and c = a.^k compute element-by-element power. The exponent k requires a positive, real-valued integer value.
The fixed-point output array c has no local fimath.
For more information about the power function, see the MATLAB arithmeticoperators reference page.
Compute the power of a 2-dimensional array for exponent values 0, 1, 2, and 3.
x = fi([0 1 2; 3 4 5], 1, 32); px0 = x.^0 px1 = x.^1 px2 = x.^2 px3 = x.^3

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |