Times

Calculates the element-wise product of the two inputs x and y.

Syntax

times(x,y)

Types
 Variable NameValue TypeVariable Type
Arguments:xreal, complexscalar, vector, matrix, signal, xy-data
yreal, complexscalar, vector, matrix, signal, xy-data
Result: s real, complex scalar, vector, matrix, signal, xy-data
Calculator Input

Use the times button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL SIGNAL   signal([0,1],[5,10])
yArgumentREAL SIGNAL   signal([0,2],[1,2])
s Result REAL SIGNAL   times(x,y)