Array Generation and Manipulations
Main Index
- arrayfun ARRAYFUN Apply a Function To Elements of an Array
- assign ASSIGN Making assignments
- cell CELL Cell Array of Empty Matrices
- cellfun CELLFUN Appy a Function To Elements of a Cell Array
- circshift CIRCSHIFT Circularly Shift an Array
- cond COND Condition Number of a Matrix
- det DET Determinant of a Matrix
- diag DIAG Diagonal Matrix Construction/Extraction
- expm EXPM Matrix Exponential
- 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
- ipermute IPERMUTE Array Inverse Permutation Function
- isfloat ISFLOAT Test for Floating Point Array
- isinteger ISINTEGER Test for Integer Array
- linspace LINSPACE Linearly Spaced Vector
- logspace LOGSPACE Logarithmically Spaced Vector
- meshgrid MESHGRID Generate Grid Mesh For Plots
- nan NAN Not-a-Number Constant
- ndgrid NDGRID Generate N-Dimensional Grid
- nonzeros NONZEROS Retrieve Nonzero Matrix Entries
- norm NORM Norm Calculation
- num2str NUM2STR Convert Numbers To Strings
- ones ONES Array of Ones
- permute PERMUTE Array Permutation Function
- 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
- rref RREF Reduced Row Echelon Form of a Matrix
- shiftdim SHIFTDIM Shift Array Dimensions Function
- sort SORT Sort
- squeeze SQUEEZE Remove Singleton Dimensions of an Array
- subsref SUBSREF Array Dereferencing
- trace TRACE Sum Diagonal Elements of an Array
- transpose TRANSPOSE Matrix Transpose
- tril TRIL Lower Triangular Matrix Function
- triu TRIU Upper Triangular Matrix Function
- unique UNIQUE Unique
- xnrm2 XNRM2 BLAS Norm Calculation
- zeros ZEROS Array of Zeros