Produce a matrix with 2 vectors

Hi, I can't wrap my head around finding the simplest solution for this problem.
I have two vectors
A=[1 2 3] and B=[1;1;2] I want to produce the matrix
C=[1 2 3;1 2 3;2 4 6]
I am certain there is an easy command could I be reminded please !
N.
P.S. there are bonus points if the commands works to produce an N=A*B dimension matrix with 2 matrices of A and B dimensions

 채택된 답변

j dr
j dr 2013년 4월 4일

0 개 추천

Just figured out B*A works... Sorry for wasting everyone's time !

추가 답변 (1개)

j dr
j dr 2013년 4월 4일

0 개 추천

But that does not work with matrices...

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

질문:

2013년 4월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by