Elementary Functions
- abs ABS Absolute Value Function
- ceil CEIL Ceiling Function
- conj CONJ Conjugate Function
- cumprod CUMPROD Cumulative Product Function
- cumsum CUMSUM Cumulative Summation Function
- dot DOT Dot Product Function
- floor FLOOR Floor Function
- hex2dec HEX2DEC Convert Hexadecimal Numbers To Decimal
- dec2hex DEC2HEX Convert Decimal Number to Hexadecimal
- num2hex NUM2HEX Convert Numbers to IEEE Hex Strings
- max MAX Maximum Function
- mean MEAN Mean Function
- min MIN Minimum Function
- prod PROD Product Function
- real REAL Real Function
- imag IMAG Imaginary Function
- round ROUND Round Function
- sum SUM Sum Function
- var VAR Variance Function
- all ALL All True Function
- any ANY Any True Function
- deal DEAL Multiple Simultaneous Assignments
- getfield GETFIELD Get Field Contents
- sub2ind SUB2IND Convert Multiple Indexing To Linear Indexing
- test TEST Test Function
- vec VEC Reshape to a Vector
- diff DIFF Difference Function
- std STD Standard Deviation Function