Array Generation and Manipulations
Main Index
- int2bin INT2BIN Convert Integer Arrays to Binary
- bin2int BIN2INT Convert Binary Arrays to Integer
- unique UNIQUE Unique
- xnrm2 XNRM2 BLAS Norm Calculation
- sort SORT Sort
- rcond RCOND Reciprocal Condition Number Estimate
- reshape RESHAPE Reshape An Array
- zeros ZEROS Array of Zeros
- cell CELL Cell Array of Empty Matrices
- ones ONES Array of Ones
- find FIND Find Non-zero Elements of An Array
- diag DIAG Diagonal Matrix Construction/Extraction
- repmat REPMAT Array Replication Function
- permute PERMUTE Array Permutation Function
- resize RESIZE Resizing an Array
- assign ASSIGN Making assignments
- cast CAST Typecast Variable to Specified Type
- char CHAR Convert to character array or string
- circshift CIRCSHIFT Circularly Shift an Array
- flipdim FLIPDIM Reverse a Matrix Along a Given Dimension
- fliplr FLIPLR Reverse the Columns of a Matrix
- flipud FLIPUD Reverse the Columns of a Matrix
- ipermute IPERMUTE Array Inverse Permutation Function
- iscell ISCELL Test For Cell Array
- iscellstr ISCELLSTR Test For Cell Array of Strings
- ischar ISCHAR Test For Character Array (string)
- isinttype ISINTTYPE Test For Integer-type Array
- islogical ISLOGICAL Test for Logical Array
- isnumeric ISNUMERIC Test for Numeric Array
- isreal ISREAL Test For Real Array
- isscalar ISSCALAR Test For Scalar
- isstr ISSTR Test For Character Array (string)
- isstruct ISSTRUCT Test For Structure Array
- isvector ISVECTOR Test For a Vector
- length LENGTH Length of an Array
- linspace LINSPACE Linearly Spaced Vector
- ndgrid NDGRID Generate N-Dimensional Grid
- ndims NDIMS Number of Dimensions in Array
- nonzeros NONZEROS Retrieve Nonzero Matrix Entries
- numel NUMEL Number of Elements in an Array
- shiftdim SHIFTDIM Shift Array Dimensions Function
- squeeze SQUEEZE Remove Singleton Dimensions of an Array
- bin2dec BIN2DEC Convert Binary String to Decimal
- dec2bin DEC2BIN Convert Decimal to Binary String
- cond COND Condition Number of a Matrix
- det DET Determinant of a Matrix
- expm EXPM Matrix Exponential
- eye EYE Identity Matrix
- norm NORM Norm Calculation
- pinv PINV Moore-Penrose Pseudoinverse
- rank RANK Calculate the Rank of a Matrix
- transpose TRANSPOSE Matrix Transpose