I have a matrix of points F(x,y) = z, but I have no expression for F(x,y). x is from [0-2pi] and y is from [0-pi]. For each pair of "coordinates", I have a value of z.
I would like to perform a double integration from 0-2pi and 0-pi of F. Can I do this computationally (MatLab) without having an analytical expression?
Thanks!