필터 지우기
필터 지우기

matrix multiplication with integral

조회 수: 1 (최근 30일)
me
me 2015년 9월 18일
답변: Walter Roberson 2015년 9월 18일
I am trying to multiply and integrate three functions a is 1x5 c is 5x18 b is 18x1
I keep puting it in matlab as a.*int(c*b,x,0,1)
it keeps saying Error using .* Matrix dimensions must agree.
  댓글 수: 1
me
me 2015년 9월 18일
by the way i did but in a . when multiplying c and b

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

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 18일
a*int(c*b,x,0,1)
This assumes that one of b or c is a symbolic array that includes the symbol x.

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by