power, .^
Fixed-point element-wise power
Syntax
Description
Examples
Create a fixed-point matrix and raise it to a scalar power.
A = fi([1, 3; 4, 2])
A = 1 3 4 2 DataTypeMode: Fixed-point: binary point scaling Signedness: Signed WordLength: 16 FractionLength: 12
C = A.^3
C = 1 27 64 8 DataTypeMode: Fixed-point: binary point scaling Signedness: Signed WordLength: 48 FractionLength: 36
Input Arguments
Base, specified as a scalar, vector, matrix, or multidimensional array. Inputs
A
and B
must either be the same size or have
sizes that are compatible (for example, A
is an
M-by-N matrix and B
is a
scalar or 1-by-N row vector).
Data Types: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| logical
| fi
Complex Number Support: Yes
Exponent, specified as a non-negative, real, integer-valued scalar.
Data Types: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
| logical
| fi
Output Arguments
Power, returned as an array with the same dimensions as the input
A
. When A
has a local fimath
object, the output C
also has the same local
fimath
object. The array power operation is always performed using
the default fimath
settings.
Extended Capabilities
Usage notes and limitations:
When the exponent
B
is a variable, theProductMode
property of the governingfimath
must beSpecifyPrecision
.
Both inputs must be scalar, and the exponent input, B
, must be a
constant integer.
Version History
Introduced in R2010aFixed-Point Designer™ now has improved numerical accuracy for fixed-point inputs to the
power
function in simulation and generated code. Additionally,
generated code is more efficient.
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Website auswählen
Wählen Sie eine Website aus, um übersetzte Inhalte (sofern verfügbar) sowie lokale Veranstaltungen und Angebote anzuzeigen. Auf der Grundlage Ihres Standorts empfehlen wir Ihnen die folgende Auswahl: .
Sie können auch eine Website aus der folgenden Liste auswählen:
So erhalten Sie die bestmögliche Leistung auf der Website
Wählen Sie für die bestmögliche Website-Leistung die Website für China (auf Chinesisch oder Englisch). Andere landesspezifische Websites von MathWorks sind für Besuche von Ihrem Standort aus nicht optimiert.
Amerika
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)