フィルターのクリア

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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by