| denormalmax | Largest denormalized quantized number for quantizer object |
| denormalmin | Smallest denormalized quantized number for quantizer object |
| eps | Quantized relative accuracy for fi or quantizer objects |
| exponentbias | Exponent bias for quantizer object |
| exponentlength | Exponent length of quantizer object |
| exponentmax | Maximum exponent for quantizer object |
| exponentmin | Minimum exponent for quantizer object |
| fractionlength | Fraction length of quantizer object |
| intmax | Largest positive stored integer value representable by numerictype of fi object |
| intmin | Smallest stored integer value representable by numerictype of fi object |
| isboolean | Determine whether input is Boolean |
| isdouble | Determine whether input is double-precision data type |
| 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 |
| isfi | Determine whether variable is fi object |
| isfimath | Determine whether variable is fimath object |
| isfimathlocal | Determine whether fi object has attached fimath object |
| isfipref | Determine whether input is fipref object |
| isfixed | Determine whether input is fixed-point data type |
| isfloat | Determine whether input is floating-point data type |
| isnumerictype | Determine whether input is numerictype object |
| ispropequal | Determine whether properties of two fi objects
are equal |
| isquantizer | Determine whether input is quantizer object |
| isscaleddouble | Determine whether input is scaled double data type |
| isscaledtype | Determine whether input is fixed-point or scaled double
data type |
| issigned | Determine whether fi object is signed |
| issingle | Determine whether input is single-precision data type |
| isslopebiasscaled | Determine whether numerictype object
has nontrivial slope and bias |
| lowerbound | Lower bound of range of fi object |
| lsb | Scaling of least significant bit of fi object,
or value of least significant bit of quantizer object |
| range | Numerical range of fi or quantizer object |
| realmax | Largest positive fixed-point value or quantized number |
| realmin | Smallest positive normalized fixed-point value or quantized
number |
| sort | Sort elements of real-valued fi object in ascending or
descending order |
| upperbound | Upper bound of range of fi object |
| wordlength | Word length of quantizer object |
| area | Create filled area 2-D plot |
| bar | Create vertical bar graph |
| barh | Create horizontal bar graph |
| clabel | Create contour plot elevation labels |
| comet | Create 2-D comet plot |
| comet3 | Create 3-D comet plot |
| compass | Plot arrows emanating from origin |
| coneplot | Plot velocity vectors as cones in 3-D vector field |
| contour | Create contour graph of matrix |
| contour3 | Create 3-D contour plot |
| contourc | Create two-level contour plot computation |
| contourf | Create filled 2-D contour plot |
| errorbar | Plot error bars along curve |
| etreeplot | Plot elimination tree |
| ezcontour | Easy-to-use contour plotter |
| ezcontourf | Easy-to-use filled contour plotter |
| ezmesh | Easy-to-use 3-D mesh plotter |
| ezplot | Easy-to-use function plotter |
| ezplot3 | Easy-to-use 3-D parametric curve plotter |
| ezpolar | Easy-to-use polar coordinate plotter |
| ezsurf | Easy-to-use 3-D colored surface plotter |
| ezsurfc | Easy-to-use combination surface/contour plotter |
| feather | Plot velocity vectors |
| fplot | Plot function between specified limits |
| gplot | Plot set of nodes using adjacency matrix |
| hist | Create histogram plot |
| histc | Histogram count |
| line | Create line object |
| loglog | Create log-log scale plot |
| mesh | Create mesh plot |
| meshc | Create mesh plot with contour plot |
| meshz | Create mesh plot with curtain plot |
| patch | Create patch graphics object |
| pcolor | Create pseudocolor plot |
| plot | Create linear 2-D plot |
| plot3 | Create 3-D line plot |
| plotmatrix | Draw scatter plots |
| plotyy | Create graph with y-axes on right and left sides |
| polar | Plot polar coordinates |
| quiver | Create quiver or velocity plot |
| quiver3 | Create 3-D quiver or velocity plot |
| rgbplot | Plot colormap |
| ribbon | Create ribbon plot |
| rose | Create angle histogram |
| scatter | Create scatter or bubble plot |
| scatter3 | Create 3-D scatter or bubble plot |
| semilogx | Create semilogarithmic plot with logarithmic x-axis |
| semilogy | Create semilogarithmic plot with logarithmic y-axis |
| slice | Create volumetric slice plot |
| spy | Visualize sparsity pattern |
| stairs | Create stairstep graph |
| stem | Plot discrete sequence data |
| stem3 | Plot 3-D discrete sequence data |
| streamribbon | Create 3-D stream ribbon plot |
| streamslice | Draw streamlines in slice planes |
| streamtube | Create 3-D stream tube plot |
| surf | Create 3-D shaded surface plot |
| surfc | Create 3-D shaded surface plot with contour plot |
| surfl | Create surface plot with colormap-based lighting |
| surfnorm | Compute and display 3-D surface normals |
| text | Create text object in current axes |
| treeplot | Plot picture of tree |
| trimesh | Create triangular mesh plot |
| triplot | Create 2-D triangular plot |
| trisurf | Create triangular surface plot |
| voronoi | Create Voronoi diagram |
| voronoin | Create n-D Voronoi diagram |
| waterfall | Create waterfall plot |
| xlim | Set or query x-axis limits |
| ylim | Set or query y-axis limits |
| zlim | Set or query z-axis limits |
| abs | Absolute value of fi object |
| all | Determine whether all array elements are nonzero |
| and | Find logical AND of array or scalar inputs |
| any | Determine whether any array elements are nonzero |
| area | Create filled area 2-D plot |
| assignmentquantizer | Assignment quantizer object of fi object |
| bar | Create vertical bar graph |
| barh | Create horizontal bar graph |
| bin | Binary representation of stored integer of fi object |
| bitand | Bitwise AND of two fi objects |
| bitandreduce | Bitwise AND of consecutive range of
bits |
| bitcmp | Bitwise complement of fi object |
| bitconcat | Concatenate bits of fi objects |
| bitget | Bit at certain position |
| bitor | Bitwise OR of two fi objects |
| bitorreduce | Bitwise OR of consecutive range of
bits |
| bitreplicate | Replicate and concatenate bits of fi object |
| bitrol | Bitwise rotate left |
| bitror | Bitwise rotate right |
| bitset | Set bit at certain position |
| bitshift | Shift bits specified number of places |
| bitsliceget | Consecutive slice of bits |
| bitsll | Bit shift left logical |
| bitsra | Bit shift right arithmetic |
| bitsrl | Bit shift right logical |
| bitxor | Bitwise exclusive OR of two fi objects |
| bitxorreduce | Bitwise exclusive OR of consecutive
range of bits |
| buffer | Buffer signal vector into matrix of data frames |
| ceil | Round toward positive infinity |
| clabel | Create contour plot elevation labels |
| comet | Create 2-D comet plot |
| comet3 | Create 3-D comet plot |
| compass | Plot arrows emanating from origin |
| complex | Construct complex fi object from real
and imaginary parts |
| coneplot | Plot velocity vectors as cones in 3-D vector field |
| conj | Complex conjugate of fi object |
| contour | Create contour graph of matrix |
| contour3 | Create 3-D contour plot |
| contourc | Create two-level contour plot computation |
| contourf | Create filled 2-D contour plot |
| conv | Convolution and polynomial multiplication of fi objects |
| convergent | Round toward nearest integer with ties rounding to nearest
even integer |
| ctranspose | Complex conjugate transpose of fi object |
| dec | Unsigned decimal representation of stored integer of fi object |
| diag | Diagonal matrices or diagonals of matrix |
| disp | Display object |
| double | Double-precision floating-point real-world value of fi object |
| end | Last index of array |
| eps | Quantized relative accuracy for fi or quantizer objects |
| eq | Determine whether real-world values of two fi objects
are equal |
| errorbar | Plot error bars along curve |
| etreeplot | Plot elimination tree |
| ezcontour | Easy-to-use contour plotter |
| ezcontourf | Easy-to-use filled contour plotter |
| ezmesh | Easy-to-use 3-D mesh plotter |
| ezplot | Easy-to-use function plotter |
| ezplot3 | Easy-to-use 3-D parametric curve plotter |
| ezpolar | Easy-to-use polar coordinate plotter |
| ezsurf | Easy-to-use 3-D colored surface plotter |
| ezsurfc | Easy-to-use combination surface/contour plotter |
| feather | Plot velocity vectors |
| fi | Construct fixed-point numeric object |
| fimath | Construct fimath object |
| fix | Round toward zero |
| flipdim | Flip array along specified dimension |
| fliplr | Flip matrix left to right |
| flipud | Flip matrix up to down |
| floor | Round toward negative infinity |
| fplot | Plot function between specified limits |
| ge | Determine whether real-world value of one fi object
is greater than or equal to another |
| get | Property values of object |
| getlsb | Least significant bit |
| getmsb | Most significant bit |
| gplot | Plot set of nodes using adjacency matrix |
| gt | Determine whether real-world value of one fi object
is greater than another |
| hankel | Hankel matrix |
| hex | Hexadecimal representation of stored integer of fi object |
| hist | Create histogram plot |
| histc | Histogram count |
| horzcat | Horizontally concatenate multiple fi objects |
| imag | Imaginary part of complex number |
| innerprodintbits | Number of integer bits needed for fixed-point inner product |
| int | Smallest built-in integer fitting stored integer value
of fi object |
| int16 | Stored integer value of fi object as
built-in int16 |
| int32 | Stored integer value of fi object as
built-in int32 |
| int64 | Stored integer value of fi object as
built-in int64 |
| int8 | Stored integer value of fi object as
built-in int8 |
| intmax | Largest positive stored integer value representable by numerictype of fi object |
| intmin | Smallest stored integer value representable by numerictype of fi object |
| ipermute | Inverse permute dimensions of multidimensional array |
| isboolean | Determine whether input is Boolean |
| iscolumn | Determine whether fi object is column
vector |
| isdouble | Determine whether input is double-precision data type |
| isempty | Determine whether array is empty |
| 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 |
| isfi | Determine whether variable is fi object |
| isfimathlocal | Determine whether fi object has attached fimath object |
| isfinite | Determine whether array elements are finite |
| isfixed | Determine whether input is fixed-point data type |
| isfloat | Determine whether input is floating-point data type |
| isinf | Determine whether array elements are infinite |
| isnan | Determine whether array elements are NaN |
| isnumeric | Determine whether input is numeric array |
| isobject | Determine whether input is MATLAB object |
| ispropequal | Determine whether properties of two fi objects
are equal |
| isreal | Determine whether array elements are real |
| isrow | Determine whether fi object is row
vector |
| isscalar | Determine whether input is scalar |
| isscaleddouble | Determine whether input is scaled double data type |
| isscaledtype | Determine whether input is fixed-point or scaled double
data type |
| issigned | Determine whether fi object is signed |
| issingle | Determine whether input is single-precision data type |
| isvector | Determine whether input is vector |
| le | Determine whether real-world value of fi object
is less than or equal to another |
| length | Vector length |
| line | Create line object |
| logical | Convert numeric values to logical |
| loglog | Create log-log scale plot |
| logreport | Quantization report |
| lowerbound | Lower bound of range of fi object |
| lsb | Scaling of least significant bit of fi object,
or value of least significant bit of quantizer object |
| lt | Determine whether real-world value of one fi object
is less than another |
| max | Largest element in array of fi objects |
| maxlog | Log maximums |
| mesh | Create mesh plot |
| meshc | Create mesh plot with contour plot |
| meshz | Create mesh plot with curtain plot |
| min | Smallest element in array of fi objects |
| minlog | Log minimums |
| minus | Matrix difference between fi objects |
| mrdivide | Forward slash (/) or right-matrix division |
| mtimes | Matrix product of fi objects |
| ndgrid | Generate arrays for N-D functions and interpolation |
| ndims | Number of array dimensions |
| ne | Determine whether real-world values of two fi objects
are not equal |
| nearest | Round toward nearest integer with ties rounding toward
positive infinity |
| not | Find logical NOT of array or scalar input |
| noverflows | Number of overflows |
| numberofelements | Number of data elements in fi array |
| numerictype | Construct numerictype object |
| nunderflows | Number of underflows |
| oct | Octal representation of stored integer of fi object |
| or | Find logical OR of array or scalar inputs |
| patch | Create patch graphics object |
| pcolor | Create pseudocolor plot |
| permute | Rearrange dimensions of multidimensional array |
| plot | Create linear 2-D plot |
| plot3 | Create 3-D line plot |
| plotmatrix | Draw scatter plots |
| plotyy | Create graph with y-axes on right and left sides |
| plus | Matrix sum of fi objects |
| polar | Plot polar coordinates |
| pow2 | Efficient fixed-point multiplication by 2K |
| quantizer | Construct quantizer object |
| quiver | Create quiver or velocity plot |
| quiver3 | Create 3-D quiver or velocity plot |
| range | Numerical range of fi or quantizer object |
| rdivide | Right-array division (./) |
| real | Real part of complex number |
| realmax | Largest positive fixed-point value or quantized number |
| realmin | Smallest positive normalized fixed-point value or quantized
number |
| reinterpretcast | Convert fixed-point data types without changing underlying
data |
| repmat | Replicate and tile array |
| rescale | Change scaling of fi object |
| resetlog | Clear log for fi or quantizer object |
| reshape | Reshape array |
| rgbplot | Plot colormap |
| ribbon | Create ribbon plot |
| rose | Create angle histogram |
| round | Round fi object
toward nearest integer or round input data using quantizer object |
| scatter | Create scatter or bubble plot |
| scatter3 | Create 3-D scatter or bubble plot |
| sdec | Signed decimal representation of stored integer of fi object |
| semilogx | Create semilogarithmic plot with logarithmic x-axis |
| semilogy | Create semilogarithmic plot with logarithmic y-axis |
| sfi | Construct signed fixed-point numeric object |
| shiftdata | Shift data to operate on specified dimension |
| shiftdim | Shift dimensions |
| sign | Perform signum function on array |
| single | Single-precision floating-point real-world value of fi object |
| size | Array dimensions |
| slice | Create volumetric slice plot |
| sort | Sort elements of real-valued fi object in ascending or
descending order |
| spy | Visualize sparsity pattern |
| sqrt | Square root of fi object |
| squeeze | Remove singleton dimensions |
| stairs | Create stairstep graph |
| stem | Plot discrete sequence data |
| stem3 | Plot 3-D discrete sequence data |
| streamribbon | Create 3-D stream ribbon plot |
| streamslice | Draw streamlines in slice planes |
| streamtube | Create 3-D stream tube plot |
| stripscaling | Stored integer of fi object |
| subsasgn | Subscripted assignment |
| subsref | Subscripted reference |
| sum | Sum of array elements |
| surf | Create 3-D shaded surface plot |
| surfc | Create 3-D shaded surface plot with contour plot |
| surfl | Create surface plot with colormap-based lighting |
| surfnorm | Compute and display 3-D surface normals |
| text | Create text object in current axes |
| times | Element-by-element multiplication of fi objects |
| toeplitz | Create Toeplitz matrix |
| transpose | Transpose operation |
| treeplot | Plot picture of tree |
| tril | Lower triangular part of matrix |
| trimesh | Create triangular mesh plot |
| triplot | Create 2-D triangular plot |
| trisurf | Create triangular surface plot |
| triu | Upper triangular part of matrix |
| ufi | Construct unsigned fixed-point numeric object |
| uint16 | Stored integer value of fi object as
built-in uint16 |
| uint32 | Stored integer value of fi object as
built-in uint32 |
| uint64 | Stored integer value of fi object as
built-in uint64 |
| uint8 | Stored integer value of fi object as
built-in uint8 |
| uminus | Negate elements of fi object array |
| unshiftdata | Inverse of shiftdata |
| uplus | Unary plus |
| upperbound | Upper bound of range of fi object |
| vertcat | Vertically concatenate multiple fi objects |
| voronoi | Create Voronoi diagram |
| voronoin | Create n-D Voronoi diagram |
| waterfall | Create waterfall plot |
| xlim | Set or query x-axis limits |
| xor | Logical exclusive-OR |
| ylim | Set or query y-axis limits |
| zlim | Set or query z-axis limits |
| bin2num | Convert two's complement binary string to number using quantizer object |
| copyobj | Make independent copy of quantizer object |
| denormalmax | Largest denormalized quantized number for quantizer object |
| denormalmin | Smallest denormalized quantized number for quantizer object |
| disp | Display object |
| eps | Quantized relative accuracy for fi or quantizer objects |
| errmean | Mean
of quantization error |
| errpdf | Probability density function of quantization error |
| errvar | Variance of quantization error |
| exponentbias | Exponent bias for quantizer object |
| exponentlength | Exponent length of quantizer object |
| exponentmax | Maximum exponent for quantizer object |
| exponentmin | Minimum exponent for quantizer object |
| fractionlength | Fraction length of quantizer object |
| get | Property values of object |
| hex2num | Convert hexadecimal string to number using quantizer object |
| 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 |
| isfixed | Determine whether input is fixed-point data type |
| isfloat | Determine whether input is floating-point data type |
| isquantizer | Determine whether input is quantizer object |
| length | Vector length |
| lsb | Scaling of least significant bit of fi object,
or value of least significant bit of quantizer object |
| max | Largest element in array of fi objects |
| maxlog | Log maximums |
| min | Smallest element in array of fi objects |
| minlog | Log minimums |
| noperations | Number of operations |
| noverflows | Number of overflows |
| num2bin | Convert number to binary string using quantizer object |
| num2hex | Convert number to hexadecimal equivalent using quantizer object |
| num2int | Convert number to signed integer |
| nunderflows | Number of underflows |
| quantize | Apply quantizer object to data |
| quantizer | Construct quantizer object |
| randquant | Generate uniformly distributed, quantized random number
using quantizer object |
| range | Numerical range of fi or quantizer object |
| realmax | Largest positive fixed-point value or quantized number |
| realmin | Smallest positive normalized fixed-point value or quantized
number |
| reset | Reset objects to initial conditions |
| resetlog | Clear log for fi or quantizer object |
| round | Round fi object
toward nearest integer or round input data using quantizer object |
| set | Set or display property values for quantizer objects |
| tostring | Convert numerictype or quantizer object
to string |
| unitquantize | Quantize except numbers within eps of +1 |
| unitquantizer | Constructor for unitquantizer object |
| wordlength | Word length of quantizer object |