Array and Matrix Operations
Available array and matrix operations
The following array and matrix operations support fixed-point
data types in MATLAB®.
Functions
expand all
Array Creation and Concatenation
eye | Create identity matrix with fixed-point properties |
ones | Create array of all ones with fixed-point properties |
zeros | Create array of all zeros with fixed-point properties |
Array and Matrix Manipulation
horzcat | Horizontally concatenate multiple fi objects |
sort | Sort elements of real-valued fi object in ascending or descending
order |
vertcat | Vertically concatenate multiple fi objects |
Basic Array and Matrix Information
colon | Create vectors, array subscripting |
numel | Number of data elements in fi array |
isequal | Determine whether real-world values of two fi objects
are equal, or determine whether properties of two fimath , numerictype ,
or quantizer objects are equal |
isequivalent | Determine if two numerictype objects
have equivalent properties |
isfloat | Determine whether input is floating-point data type |
max | Largest element in array of fi objects |
min | Smallest element in array of fi objects |
Array and Matrix Operators
ctranspose | Complex conjugate transpose of fi object |
minus | Matrix difference between fi objects |
mpower | Fixed-point matrix power (^) |
mtimes | Matrix product of fi objects |
plus | Matrix sum of fi objects |
qr | Orthogonal-triangular decomposition |
rdivide | Right-array division |
shiftdata | Shift data to operate on specified dimension |
sum | Sum of fi array elements |
times | Element-by-element multiplication of fi objects |
uminus | Negate elements of fi object array |
unshiftdata | Inverse of shiftdata |