AntiDerivative

F = AntiDerivative(f,x0) determines function handle F of the antiderivative of f with F(x0) = 0 without using the Symbolic Toolbox.

You are now following this Submission

F = AntiDerivative(f,x0) determines function handle F of the antiderivative of f with F(x0) = 0 without using the Symbolic Toolbox.

The icon, showing a clothoid, is simply generated by
f = @(t) exp(1i*t.^2);
F = AntiDerivative(f,0);
plot(F(linspace(-10,10,1000)))
axis equal

Cite As

Ulrich Reif (2026). AntiDerivative (https://au.mathworks.com/matlabcentral/fileexchange/74486-antiderivative), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0