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
|
var sec_elementary =
[
[ "ABS Absolute Value Function", "elementary_abs.html", [
[ "", "elementary_abs.html#Usage", null ],
[ "", "elementary_abs.html#Example", null ]
] ],
[ "ALL All True Function", "elementary_all.html", [
[ "", "elementary_all.html#Usage", null ],
[ "Internals", "elementary_all.html#Function", null ],
[ "", "elementary_all.html#Example", null ]
] ],
[ "ANY Any True Function", "elementary_any.html", [
[ "", "elementary_any.html#Usage", null ],
[ "Internals", "elementary_any.html#Function", null ],
[ "", "elementary_any.html#Example", null ]
] ],
[ "CEIL Ceiling Function", "elementary_ceil.html", [
[ "", "elementary_ceil.html#Usage", null ],
[ "", "elementary_ceil.html#Example", null ]
] ],
[ "CONJ Conjugate Function", "elementary_conj.html", [
[ "", "elementary_conj.html#Usage", null ],
[ "", "elementary_conj.html#Example", null ]
] ],
[ "COV Covariance Matrix", "elementary_cov.html", [
[ "", "elementary_cov.html#Usage", null ],
[ "", "elementary_cov.html#Example", null ]
] ],
[ "CUMPROD Cumulative Product Function", "elementary_cumprod.html", [
[ "", "elementary_cumprod.html#Usage", null ],
[ "Internals", "elementary_cumprod.html#Function", null ],
[ "", "elementary_cumprod.html#Example", null ]
] ],
[ "CUMSUM Cumulative Summation Function", "elementary_cumsum.html", [
[ "", "elementary_cumsum.html#Usage", null ],
[ "Internals", "elementary_cumsum.html#Function", null ],
[ "", "elementary_cumsum.html#Example", null ]
] ],
[ "DEAL Multiple Simultaneous Assignments", "elementary_deal.html", [
[ "", "elementary_deal.html#Usage", null ]
] ],
[ "DEC2HEX Convert Decimal Number to Hexadecimal", "elementary_dec2hex.html", [
[ "", "elementary_dec2hex.html#Usage", null ],
[ "", "elementary_dec2hex.html#Example", null ]
] ],
[ "DIFF Difference Function", "elementary_diff.html", [
[ "", "elementary_diff.html#Usage", null ]
] ],
[ "DOT Dot Product Function", "elementary_dot.html", [
[ "", "elementary_dot.html#Usage", null ]
] ],
[ "FLOOR Floor Function", "elementary_floor.html", [
[ "", "elementary_floor.html#Usage", null ],
[ "", "elementary_floor.html#Example", null ]
] ],
[ "GETFIELD Get Field Contents", "elementary_getfield.html", [
[ "", "elementary_getfield.html#Usage", null ]
] ],
[ "HEX2DEC Convert Hexadecimal Numbers To Decimal", "elementary_hex2dec.html", [
[ "", "elementary_hex2dec.html#Usage", null ],
[ "", "elementary_hex2dec.html#Examples", null ]
] ],
[ "IMAG Imaginary Function", "elementary_imag.html", [
[ "", "elementary_imag.html#Usage", null ],
[ "", "elementary_imag.html#Example", null ]
] ],
[ "IND2SUB Convert Linear Indexing To Multiple Indexing", "elementary_ind2sub.html", [
[ "", "elementary_ind2sub.html#Usage", null ],
[ "", "elementary_ind2sub.html#Example", null ]
] ],
[ "MAX Maximum Function", "elementary_max.html", [
[ "", "elementary_max.html#Usage", null ],
[ "Internals", "elementary_max.html#Function", null ],
[ "", "elementary_max.html#Example", null ]
] ],
[ "MEAN Mean Function", "elementary_mean.html", [
[ "", "elementary_mean.html#Usage", null ],
[ "Internals", "elementary_mean.html#Function", null ],
[ "", "elementary_mean.html#Example", null ]
] ],
[ "MIN Minimum Function", "elementary_min.html", [
[ "", "elementary_min.html#Usage", null ],
[ "Internals", "elementary_min.html#Function", null ],
[ "", "elementary_min.html#Example", null ]
] ],
[ "NUM2HEX Convert Numbers to IEEE Hex Strings", "elementary_num2hex.html", [
[ "", "elementary_num2hex.html#Usage", null ],
[ "", "elementary_num2hex.html#Example", null ]
] ],
[ "PROD Product Function", "elementary_prod.html", [
[ "", "elementary_prod.html#Usage", null ],
[ "", "elementary_prod.html#Example", null ]
] ],
[ "REAL Real Function", "elementary_real.html", [
[ "", "elementary_real.html#Usage", null ],
[ "", "elementary_real.html#Example", null ]
] ],
[ "ROUND Round Function", "elementary_round.html", [
[ "", "elementary_round.html#Usage", null ],
[ "", "elementary_round.html#Example", null ]
] ],
[ "STD Standard Deviation Function", "elementary_std.html", [
[ "", "elementary_std.html#Usage", null ],
[ "", "elementary_std.html#Example", null ]
] ],
[ "SUB2IND Convert Multiple Indexing To Linear Indexing", "elementary_sub2ind.html", [
[ "", "elementary_sub2ind.html#Usage", null ],
[ "", "elementary_sub2ind.html#Example", null ]
] ],
[ "SUM Sum Function", "elementary_sum.html", [
[ "", "elementary_sum.html#Usage", null ],
[ "Internals", "elementary_sum.html#Function", null ],
[ "", "elementary_sum.html#Example", null ]
] ],
[ "TEST Test Function", "elementary_test.html", [
[ "", "elementary_test.html#Usage", null ]
] ],
[ "VAR Variance Function", "elementary_var.html", [
[ "", "elementary_var.html#Usage", null ],
[ "Internals", "elementary_var.html#Function", null ],
[ "", "elementary_var.html#Example", null ]
] ],
[ "VEC Reshape to a Vector", "elementary_vec.html", [
[ "", "elementary_vec.html#Usage", null ],
[ "", "elementary_vec.html#Example", null ]
] ]
];
|