function discrete Time-integrate with a variable
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Roger Stafford
2013 年 9 月 6 日
For functions which are only known at discrete points, use matlab's 'trapz' function.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!