function discrete Time-integrate with a variable
显示 更早的评论
Hello,
I wanna to integrate a function with a variable.
E.g. f(x) = sin(10-x)
But i dont know how i can do it when i have a variable.
Can u guys help me???
THX
1 个评论
Do u mean ?
syms x
f='sin(10-x*a)';
int(f,x,0,5)
回答(1 个)
Roger Stafford
2013-9-6
0 个投票
For functions which are only known at discrete points, use matlab's 'trapz' function.
类别
在 帮助中心 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!