New to Matlab, Combining Double

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

1 comentario

David Goodmanson
David Goodmanson el 12 de Mayo de 2021
Editada: David Goodmanson el 12 de Mayo de 2021
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Preguntada:

el 11 de Mayo de 2021

Editada:

el 12 de Mayo de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by