Double integration of an array with variables x and y

조회 수: 2 (최근 30일)
Manish Kumar
Manish Kumar 2019년 4월 26일
댓글: Torsten 2019년 4월 29일
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
Manish Kumar
Manish Kumar 2019년 4월 28일
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 2019년 4월 29일
So each element of the matrix P is a function ? Then integrate each of the elements of P separately in a double-for loop.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by