3D array multiplication with a 1D array

1 回表示 (過去 30 日間)
Galgool
Galgool 2019 年 10 月 1 日
編集済み: Matt J 2019 年 10 月 1 日
Hi,
Is there a way to multiply (element wise multiplication ) a 1-D array (of length 2) with a 3-D array?
A = (A1,A2)
M = ones(2,length(Fact2),length(Fact))
I have matlab R2014a .

採用された回答

Matt J
Matt J 2019 年 10 月 1 日
編集済み: Matt J 2019 年 10 月 1 日
If you cannot upgrade to R2016b, then
bsxfun(@times, A,M)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by