I have a function which has 4 different variables and I want to find the numerical integration of it with quad command in case of just one variable. Is it possible?
for instance,
my functions f(x,y,z,t)
quad(f(x,y,z,t),x,0,inf)---> numerical integration in case of x