1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
var sec_array =
[
[ "ARRAYFUN Apply a Function To Elements of an Array", "array_arrayfun.html", [
[ "", "array_arrayfun.html#Usage", null ]
] ],
[ "ASSIGN Making assignments", "array_assign.html", [
[ "", "array_assign.html#Usage", null ]
] ],
[ "CELL Cell Array of Empty Matrices", "array_cell.html", [
[ "", "array_cell.html#Usage", null ],
[ "", "array_cell.html#Example", null ]
] ],
[ "CELLFUN Appy a Function To Elements of a Cell Array", "array_cellfun.html", [
[ "", "array_cellfun.html#Usage", null ]
] ],
[ "CIRCSHIFT Circularly Shift an Array", "array_circshift.html", [
[ "", "array_circshift.html#USAGE", null ],
[ "", "array_circshift.html#Example", null ]
] ],
[ "COND Condition Number of a Matrix", "array_cond.html", [
[ "", "array_cond.html#Usage", null ],
[ "Internals", "array_cond.html#Function", null ],
[ "", "array_cond.html#Example", null ]
] ],
[ "DET Determinant of a Matrix", "array_det.html", [
[ "", "array_det.html#Usage", null ],
[ "Internals", "array_det.html#Function", null ],
[ "", "array_det.html#Example", null ]
] ],
[ "DIAG Diagonal Matrix Construction/Extraction", "array_diag.html", [
[ "", "array_diag.html#Usage", null ],
[ "", "array_diag.html#Examples", null ]
] ],
[ "EXPM Matrix Exponential", "array_expm.html", [
[ "", "array_expm.html#Usage", null ],
[ "", "array_expm.html#Example", null ]
] ],
[ "EYE Identity Matrix", "array_eye.html", [
[ "", "array_eye.html#USAGE", null ],
[ "", "array_eye.html#Example", null ]
] ],
[ "FIND Find Non-zero Elements of An Array", "array_find.html", [
[ "", "array_find.html#Usage", null ],
[ "", "array_find.html#Example", null ]
] ],
[ "FLIPDIM Reverse a Matrix Along a Given Dimension", "array_flipdim.html", [
[ "", "array_flipdim.html#USAGE", null ],
[ "", "array_flipdim.html#Example", null ]
] ],
[ "FLIPLR Reverse the Columns of a Matrix", "array_fliplr.html", [
[ "", "array_fliplr.html#USAGE", null ],
[ "", "array_fliplr.html#Example", null ]
] ],
[ "FLIPUD Reverse the Columns of a Matrix", "array_flipud.html", [
[ "", "array_flipud.html#USAGE", null ],
[ "", "array_flipud.html#Example", null ]
] ],
[ "IPERMUTE Array Inverse Permutation Function", "array_ipermute.html", [
[ "", "array_ipermute.html#Usage", null ],
[ "", "array_ipermute.html#Example", null ]
] ],
[ "ISFLOAT Test for Floating Point Array", "array_isfloat.html", [
[ "", "array_isfloat.html#Usage", null ]
] ],
[ "ISINTEGER Test for Integer Array", "array_isinteger.html", [
[ "", "array_isinteger.html#Usage", null ]
] ],
[ "LINSPACE Linearly Spaced Vector", "array_linspace.html", [
[ "", "array_linspace.html#Usage", null ],
[ "", "array_linspace.html#Examples", null ]
] ],
[ "LOGSPACE Logarithmically Spaced Vector", "array_logspace.html", [
[ "", "array_logspace.html#Usage", null ],
[ "", "array_logspace.html#Example", null ]
] ],
[ "MESHGRID Generate Grid Mesh For Plots", "array_meshgrid.html", [
[ "", "array_meshgrid.html#Usage", null ],
[ "", "array_meshgrid.html#Example", null ]
] ],
[ "NAN Not-a-Number Constant", "array_nan.html", [
[ "", "array_nan.html#Usage", null ],
[ "", "array_nan.html#Example", null ]
] ],
[ "NDGRID Generate N-Dimensional Grid", "array_ndgrid.html", [
[ "", "array_ndgrid.html#Usage", null ],
[ "", "array_ndgrid.html#Example", null ]
] ],
[ "NONZEROS Retrieve Nonzero Matrix Entries", "array_nonzeros.html", [
[ "", "array_nonzeros.html#USAGE", null ],
[ "", "array_nonzeros.html#Example", null ]
] ],
[ "NORM Norm Calculation", "array_norm.html", [
[ "", "array_norm.html#Usage", null ],
[ "", "array_norm.html#Examples", null ]
] ],
[ "NUM2STR Convert Numbers To Strings", "array_num2str.html", [
[ "", "array_num2str.html#Usage", null ]
] ],
[ "ONES Array of Ones", "array_ones.html", [
[ "", "array_ones.html#Usage", null ],
[ "", "array_ones.html#Example", null ]
] ],
[ "PERMUTE Array Permutation Function", "array_permute.html", [
[ "", "array_permute.html#Usage", null ],
[ "", "array_permute.html#Example", null ]
] ],
[ "PINV Moore-Penrose Pseudoinverse", "array_pinv.html", [
[ "", "array_pinv.html#Usage", null ],
[ "Internals", "array_pinv.html#Function", null ],
[ "", "array_pinv.html#Examples", null ]
] ],
[ "RANK Calculate the Rank of a Matrix", "array_rank.html", [
[ "", "array_rank.html#Usage", null ],
[ "", "array_rank.html#Examples", null ]
] ],
[ "RCOND Reciprocal Condition Number Estimate", "array_rcond.html", [
[ "", "array_rcond.html#Usage", null ],
[ "", "array_rcond.html#Example", null ]
] ],
[ "REPMAT Array Replication Function", "array_repmat.html", [
[ "", "array_repmat.html#Usage", null ],
[ "", "array_repmat.html#Example", null ]
] ],
[ "RESHAPE Reshape An Array", "array_reshape.html", [
[ "", "array_reshape.html#Usage", null ],
[ "", "array_reshape.html#Example", null ]
] ],
[ "RREF Reduced Row Echelon Form of a Matrix", "array_rref.html", [
[ "", "array_rref.html#Usage", null ]
] ],
[ "SHIFTDIM Shift Array Dimensions Function", "array_shiftdim.html", [
[ "", "array_shiftdim.html#Usage", null ],
[ "", "array_shiftdim.html#Example", null ]
] ],
[ "SORT Sort", "array_sort.html", [
[ "", "array_sort.html#Usage", null ],
[ "", "array_sort.html#Example", null ]
] ],
[ "SQUEEZE Remove Singleton Dimensions of an Array", "array_squeeze.html", [
[ "", "array_squeeze.html#Usage", null ],
[ "", "array_squeeze.html#Example", null ]
] ],
[ "SUBSREF Array Dereferencing", "array_subsref.html", [
[ "", "array_subsref.html#Usage", null ]
] ],
[ "TRACE Sum Diagonal Elements of an Array", "array_trace.html", [
[ "", "array_trace.html#Usage", null ]
] ],
[ "TRANSPOSE Matrix Transpose", "array_transpose.html", [
[ "", "array_transpose.html#Usage", null ],
[ "", "array_transpose.html#Example", null ]
] ],
[ "TRIL Lower Triangular Matrix Function", "array_tril.html", [
[ "", "array_tril.html#Usage", null ]
] ],
[ "TRIU Upper Triangular Matrix Function", "array_triu.html", [
[ "", "array_triu.html#Usage", null ]
] ],
[ "UNIQUE Unique", "array_unique.html", [
[ "", "array_unique.html#Usage", null ],
[ "", "array_unique.html#Example", null ]
] ],
[ "XNRM2 BLAS Norm Calculation", "array_xnrm2.html", [
[ "", "array_xnrm2.html#Usage", null ]
] ],
[ "ZEROS Array of Zeros", "array_zeros.html", [
[ "", "array_zeros.html#Usage", null ],
[ "", "array_zeros.html#Example", null ]
] ]
];
|