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!