Array Generation and Manipulations
Main Index
- bin2dec BIN2DEC Convert Binary String to Decimal
- bin2int BIN2INT Convert Binary Arrays to Integer
- cell CELL Cell Array of Empty Matrices
- char CHAR Convert to character array or string
- circshift CIRCSHIFT Circularly Shift an Array
- cond COND Condition Number of a Matrix
- dec2bin DEC2BIN Convert Decimal to Binary String
- det DET Determinant of a Matrix
- diag DIAG Diagonal Matrix Construction/Extraction
- eye EYE Identity Matrix
- find FIND Find Non-zero Elements of 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
- int2bin INT2BIN Convert Integer Arrays to Binary
- iscell ISCELL Test For Cell Array
- iscellstr ISCELLSTR Test For Cell Array of Strings
- ischar ISCHAR Test For Character Array (string)
- 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
- 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
- norm NORM Norm Calculation
- numel NUMEL Number of Elements in an Array
- ones ONES Array of Ones
- pinv PINV Moore-Penrose Pseudoinverse
- rank RANK Calculate the Rank of a Matrix
- rcond RCOND Reciprocal Condition Number Estimate
- repmat REPMAT Array Replication Function
- reshape RESHAPE Reshape An Array
- sort SORT Sort
- squeeze SQUEEZE Remove Singleton Dimensions of an Array
- transpose TRANSPOSE Matrix Transpose
- unique UNIQUE Unique
- xnrm2 XNRM2 BLAS Norm Calculation
- zeros ZEROS Array of Zeros