Is it possible to solve the following ???
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello everyone I need to ask a tough question I have an integral I should plot in 3d from minus infinite to plus infinite it is known that this integral is hard but can be solved numerically I need it in matlab is it possible???? How should I start if I have an integral from minus infinite to plus infinite of Exp(-xpower2+(exp(-xpower2))) ????? Is it possible if so how can I plot in 3d the square of this function?? I hope someone has the answer thank you
댓글 수: 5
Roger Stafford
2013년 11월 29일
If I understand your notation correctly, the integrand you describe is one-dimensional. In what way does it lead to a 3D plot?
I believe the matlab function 'integral' will accept plus and minus infinities as limits of integration.
abed
2013년 11월 29일
Roger Stafford
2013년 11월 29일
편집: Roger Stafford
2013년 11월 29일
The matlab functions integral2 and integral3 will also allow infinite integration limits.
abed
2013년 11월 29일
Walter Roberson
2013년 11월 30일
It was after R2010 if I recall correctly.
답변 (1개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!