quad for multi variable functions
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Therefore I need symbolic result...
Or do you have any other idea?
0 comentarios
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!