I'm trying to execute:
Integrate[f(x, g), {x, a, b}, {g, c ,d }, Axes -> True, PlotRange -> All, AxesLabel -> {"IN", "g "}]
However, I have imported numerical values of f(x, g), {x, a, b }, and {g, c ,d} from an excel spread sheet into mathematica.
How do I set up the integrated values (ordinate) from a>b as a function of g (abscissa) over c>d.
luke