I have a symbolic function of three variables which I'm trying to numerically integrate wrt a single variable. Consider (syms x y a) and the function f(x,y,z). Here are some things I've tried, without success:
1. >>int(f(x,y,z),x,a,b)
which analytically integrates f wrt x from a to b but...