curve
Smooth curve through points (Bézier / spline-like rendering).
Syntax
Section titled “Syntax”h = curve(y, ...)h = curve(x, y, ...)Description
Section titled “Description”Like plot but renders a smooth curve through the points using cubic interpolation rather than straight line segments.
MathJet-specific (not in MATLAB).
Example
Section titled “Example”curve(x, y)