Randomly combine between 2 vector
Afficher commentaires plus anciens
Dear all, how i can combine randomly between 2 vector
V1 = [A B C]
V2 = [1 2 3]
to get for example (C,2), (A,3) and (B,1) As matrix
MV1V2 = C 2
A 3
B 1
2 commentaires
Stephen23
le 13 Sep 2017
What exactly is
[A B C]
??
Lila wagou
le 13 Sep 2017
Modifié(e) : Lila wagou
le 13 Sep 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!