How to calculate numerical integral with more than 3 variables in Matlab? ( > integral3 )

1 visualización (últimos 30 días)
How to calculate numerical integral with more than 3 variables in Matlab? ( > integral3 )
variable x,y,z,w for example.

Respuesta aceptada

Torsten
Torsten el 10 de En. de 2022
Editada: Torsten el 10 de En. de 2022
Which method is best-suited depends on the specific problem.
Maybe
already helps.
  4 comentarios
JICHAO ZHANG
JICHAO ZHANG el 19 de Jun. de 2023
for example, you have four multiple integral question.
you could compute one integral inner and outter compute three integral by integral3 programma.
@(x,y,z,s)integral(@sf(x,y,z), s1,s2)
integral3(f(x,y,z),x1,x2,y1,y2,z1,z2)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by