Hi everybody,
i hope that someone can help me in performing the numerical integration of a 4-variables function: in matlab i've found the fuction "triplequad" which allows to work until 3rd order... what can i do?
Thanks a lot!
SP
Hi,
I met with two difficulties in Matlab:
-I have to perform the double surface integration in the field 0<x<a and 0<y<b (as with the function dblquad) but my surface is known as matrix instead of function f=f(x,y)
-then, I have to integrate a function as zdotdot(t) + a*z(t) = p(t), where...