| Thread Closed |
Integral of sinx in MatLab |
Share Thread | Thread Tools |
| Aug12-10, 02:02 PM | #1 |
|
|
Integral of sinx in MatLab
Please tell me the code or whatever we call it for finding the integral of sinx in MatLab?
Also how to evaluate definite integral from, say, 1 to 2? |
| Aug12-10, 04:32 PM | #2 |
|
|
syms x
fun=inline(sin(x)) int=quad(fun,1,2) |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Integral of sinx in MatLab
|
||||
| Thread | Forum | Replies | ||
| integral 1/(cosx -sinx)² | Calculus & Beyond Homework | 7 | ||
| Integral of (x-sinx)/x^3 (contour integration) | Calculus & Beyond Homework | 1 | ||
| What is the integral of ∫ e^ (x^2 +sinx) dx ? | Calculus & Beyond Homework | 1 | ||
| An Unsolvable Integral (according to Matlab) | Math & Science Software | 5 | ||
| integral of sinx/x exists?????? | Calculus | 2 | ||