Two feature vectors combining Row wise
古いコメントを表示
Greetings to all,
I need one help, i need to combine the two feature vector, by selecting each one row from two feature vector like in the following form.
A = [ 022.33, 332.22,443.33,1
022.23, 322.23,423.33,1];
B = [232.3,443.2,5323.233,2
222.3,423.2,5323.333,2];
C = [022.33, 332.22,443.33,1
232.3,443.2,5323.233,2
022.23, 322.23,423.33,1
222.3,423.2,5323.333,2]
Thanks in advance..
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Encryption / Cryptography についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!