Matlab says that the 'e' is undefined
이전 댓글 표시
Hi,
I trying to get an integral of a simple function F(x) = 3*x.^2 + e.^(2*x) and matlab won't let me enter the equation, so I am stuck with figuring out how to enter in the function F(x) into the system.
The question I am struggling on is, "compute the integral of the function F(x) using symbolic manipulation functionality", and I have no clue where to start on..
Please help me start off! Much appreciated if you guys could provide me with some commands as well.
Thank you!
답변 (2개)
Guillaume
2017년 7월 26일
F(x) = 3*x.^2 + exp(2*x)
Torsten
2017년 7월 26일
1 개 추천
See the examples under
https://de.mathworks.com/help/symbolic/int.html
Best wishes
Torsten.
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!