Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how do i perform the following integration, as an example from x=1 to x=10 all variables t is a function of x
조회 수: 1 (최근 30일)
이전 댓글 표시
t1=x^2+x+4
t2=x^3+9
t3=x+2
t4=x^2+x^3+x+9
t5=x^3+x^2+x^9
f=t1^2+4+(t2)+t3^3+t4+t5^3
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 5월 22일
syms x
before the lines you have. Then after those lines
int(f, x, 1, 10)
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!