Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Operators
See also: matrix reduce reshape

Function: #
Description: # evaluates all arguments as vectors and combines them into a single vector.

Usage: z = #(x1, ... ,xn)
Input:
x1 ... xn scalar
Output:
z n x 1 column vector containing x1 ... xn

Note:

Example:

#(10:7, 3, 4)'
Result:

Contents of _tmp
[1,]     10  9  8  7  3  4

Group: Operators
See also: matrix reduce reshape

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 28.6.1999