Randomly combine between 2 vector
古いコメントを表示
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 件のコメント
Stephen23
2017 年 9 月 13 日
What exactly is
[A B C]
??
Lila wagou
2017 年 9 月 13 日
編集済み: Lila wagou
2017 年 9 月 13 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!