Main Content
triangularPulse
Triangular pulse function
Description
Examples
Input Arguments
More About
Tips
If
a
,b
, andc
are variables or expressions with variables,triangularPulse
assumes thata <= b <= c
. Ifa
,b
, andc
are numerical values that do not satisfy this condition,triangularPulse
throws an error.If
a = b = c
,triangularPulse
returns 0.If
a = b
orb = c
, the triangular function can be expressed in terms of the rectangular function.
Version History
Introduced in R2012b