Method on @symfun: mrdivide (f, g)
Operator on @symfun: f / g

Forward slash division of symbolic functions.

Simple example:

syms f(x)
g(x) = sin(x);

h = f / g
  ⇒ h(x) = (symfun)
       f(x)
      ──────
      sin(x)

See also: @sym/mrdivide.

Package: symbolic