Produce a matrix with 2 vectors
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur NaNs dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!