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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Elementary Functions</TITLE>
</HEAD>
<BODY>
<H2>Elementary Functions</H2>
<P>
<A HREF=index.html> Main Index </A>
<P>
<UL>
<LI> <A HREF=elementary_abs.html> abs </A> ABS Absolute Value Function
</LI>
<LI> <A HREF=elementary_ceil.html> ceil </A> CEIL Ceiling Function
</LI>
<LI> <A HREF=elementary_conj.html> conj </A> CONJ Conjugate Function
</LI>
<LI> <A HREF=elementary_cumprod.html> cumprod </A> CUMPROD Cumulative Product Function
</LI>
<LI> <A HREF=elementary_cumsum.html> cumsum </A> CUMSUM Cumulative Summation Function
</LI>
<LI> <A HREF=elementary_dot.html> dot </A> DOT Dot Product Function
</LI>
<LI> <A HREF=elementary_floor.html> floor </A> FLOOR Floor Function
</LI>
<LI> <A HREF=elementary_hex2dec.html> hex2dec </A> HEX2DEC Convert Hexadecimal Numbers To Decimal
</LI>
<LI> <A HREF=elementary_dec2hex.html> dec2hex </A> DEC2HEX Convert Decimal Number to Hexadecimal
</LI>
<LI> <A HREF=elementary_num2hex.html> num2hex </A> NUM2HEX Convert Numbers to IEEE Hex Strings
</LI>
<LI> <A HREF=elementary_max.html> max </A> MAX Maximum Function
</LI>
<LI> <A HREF=elementary_mean.html> mean </A> MEAN Mean Function
</LI>
<LI> <A HREF=elementary_min.html> min </A> MIN Minimum Function
</LI>
<LI> <A HREF=elementary_prod.html> prod </A> PROD Product Function
</LI>
<LI> <A HREF=elementary_real.html> real </A> REAL Real Function
</LI>
<LI> <A HREF=elementary_imag.html> imag </A> IMAG Imaginary Function
</LI>
<LI> <A HREF=elementary_round.html> round </A> ROUND Round Function
</LI>
<LI> <A HREF=elementary_sum.html> sum </A> SUM Sum Function
</LI>
<LI> <A HREF=elementary_var.html> var </A> VAR Variance Function
</LI>
<LI> <A HREF=elementary_all.html> all </A> ALL All True Function
</LI>
<LI> <A HREF=elementary_any.html> any </A> ANY Any True Function
</LI>
<LI> <A HREF=elementary_deal.html> deal </A> DEAL Multiple Simultaneous Assignments
</LI>
<LI> <A HREF=elementary_getfield.html> getfield </A> GETFIELD Get Field Contents
</LI>
<LI> <A HREF=elementary_sub2ind.html> sub2ind </A> SUB2IND Convert Multiple Indexing To Linear Indexing
</LI>
<LI> <A HREF=elementary_test.html> test </A> TEST Test Function
</LI>
<LI> <A HREF=elementary_vec.html> vec </A> VEC Reshape to a Vector
</LI>
<LI> <A HREF=elementary_diff.html> diff </A> DIFF Difference Function
</LI>
<LI> <A HREF=elementary_std.html> std </A> STD Standard Deviation Function
</LI>
</UL>
</BODY>
</HTML>
|