Randomly combine between 2 vector
Show older comments
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 Comments
Stephen23
on 13 Sep 2017
What exactly is
[A B C]
??
Lila wagou
on 13 Sep 2017
Edited: Lila wagou
on 13 Sep 2017
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!