Symbolic Math Toolbox | ![]() ![]() |
Syntax
Description
sinint(X)
evaluates the sine integral function at the elements of X
, a numeric matrix, or a symbolic matrix. The result is a numeric matrix. The sine integral function is defined by
Examples
sinint([pi 0;-2.2 exp(3)])
returns
diff(sinint(x))
returns sin(x)/x
.
See Also
![]() | simplify | size | ![]() |