Randomly combine between 2 vector
Mostrar comentarios más antiguos
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 comentarios
Stephen23
el 13 de Sept. de 2017
What exactly is
[A B C]
??
Lila wagou
el 13 de Sept. de 2017
Editada: Lila wagou
el 13 de Sept. de 2017
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!