How to do the matlab integral algorythm of a function using numerical methods?

답변 (1개)

Gopalkrishna Bhat
Gopalkrishna Bhat 2015년 5월 5일
Hi Altin,
Indefinite integration can be done in matlab using the int() function. For the above function the codes are
syms x;
int(x^3+9/x,x);
You integrate numerically if limits are provided using Trapezoidal method. http://in.mathworks.com/help/matlab/ref/trapz.html#bua4lsr

이 질문은 마감되었습니다.

제품

태그

질문:

2015년 5월 5일

마감:

2021년 8월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by