Randomly combine between 2 vector
Ältere Kommentare anzeigen
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 Kommentare
Stephen23
am 13 Sep. 2017
What exactly is
[A B C]
??
Lila wagou
am 13 Sep. 2017
Bearbeitet: Lila wagou
am 13 Sep. 2017
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!