AntiDerivative

版本 1.0.0 (1.4 KB) 作者: Ulrich Reif
F = AntiDerivative(f,x0) determines function handle F of the antiderivative of f with F(x0) = 0 without using the Symbolic Toolbox.
40.0 次下载
更新时间 2020/3/11

查看许可证

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

引用格式

Ulrich Reif (2024). AntiDerivative (https://www.mathworks.com/matlabcentral/fileexchange/74486-antiderivative), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0