Calculates the element-wise product of the two inputs x and y.
Syntax
times(x,y)
Types
Variable Name | Value Type | Variable Type | ||
---|---|---|---|---|
Arguments: | x | real, complex | scalar, vector, matrix, signal, xy-data | |
y | real, complex | scalar, vector, matrix, signal, xy-data | ||
Result: | s | real, complex | scalar, vector, matrix, signal, xy-data |
Calculator Input
Use the
button to complete the operation.Example
ID | Description | Type | Value | Expression | |
---|---|---|---|---|---|
x | Argument | REAL SIGNAL | signal([0,1],[5,10]) | ||
y | Argument | REAL SIGNAL | signal([0,2],[1,2]) | ||
s | Result | REAL SIGNAL | times(x,y) |