airy

airy(X) returns airy function applied to each element of X.

airy(k,X) returns:
  • for k = 0, the airy function of first kind
  • for k = 1, the derivative of airy function of first kind
  • for k = 2, the airy function of second kind
  • for k = 3, the derivative of airy function of second kind

Examples

> x = -15:0.15:5

[x:1x134 double]

> plot(x, airy(x))

[ans:1x1 struct]

Resources