Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

sinc

Sinc function.

Syntax

  • c = sinc(m)

Input argument

  • m - input array: scalar, vector or matrix.

Output argument

  • c - sinc of input

Description

c = sinc(m) returns an array c whose elements are the sinc of the elements of the input: m.

Example

c = sinc(pi)

See also

sin.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET