Feeds
질문
Why am I getting the "Index exceeds matrix dimensions" error when trying to perform triple integral of a function as indicated below? Thanks
h=@(x,y,z) cos(x)/sqrt((y.^2.)+(z.^2.)-2.*y.*z.*cos(x)) thirdans=triplequad(h,0,pi,1,3,1,3) ??? Index exceeds matrix dimen...
13년 초과 전 | 답변 수: 1 | 0