A = [3 5 7 8........] B = [1 2 4 5 6 ....] A has 13 more elements than B. How to multiply each element of A and B?

 採用された回答

bio lim
bio lim 2015 年 7 月 15 日

1 投票

A(1:length(A)-13) .* B

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with MATLAB についてさらに検索

質問済み:

2015 年 7 月 15 日

回答済み:

2015 年 7 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by