Double integration of an array with variables x and y

2 visualizaciones (últimos 30 días)
Manish Kumar
Manish Kumar el 26 de Abr. de 2019
Comentada: Torsten el 29 de Abr. de 2019
in this expression, the P matrix is a 8x8 matrix which depends on variables x and y. I need to perform double integration on this function P as P*dx*dy with limits as 0<x<1 and 0<y<1. what command should i use? I cant write P in terms of x and y here.
P=Bmat.'*Dmat*Bmat;
  3 comentarios
Manish Kumar
Manish Kumar el 28 de Abr. de 2019
No 0 and 1 are the integration limits of P. P is a function with its elements as functions of x and Y.
Torsten
Torsten el 29 de Abr. de 2019
So each element of the matrix P is a function ? Then integrate each of the elements of P separately in a double-for loop.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Multidimensional Arrays 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