New to Matlab, Combining Double

I have a 15x1 double and a 1x15 double, how can i combine them to create 15x15 double?

1 件のコメント

David Goodmanson
David Goodmanson 2021 年 5 月 12 日
編集済み: David Goodmanson 2021 年 5 月 12 日
Hello Meg,
there are lots of ways to do this, depending on what you would like the result to be. For example, if a is 15x1 and b is 1x15, then a*b, the outer product, is 15x15. Starting about five years ago Matlab introduced explicit expansion, so in newer versions of Matlab, the 'outer sum' a+b is also 15x15. Lots of possibilites.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

質問済み:

2021 年 5 月 11 日

編集済み:

2021 年 5 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by