add columns to matrix
古いコメントを表示
A=(1 2 3 4)
B=(2 4 5 6 8 9 4 1)
C=[A,B]
C=1 0
2 0
3 0
4 0
0 2
0 4
0 5
0 6
0 8
0 9
0 4
0 1
like this i would like to generate matrix .Please help me in this how to write a program .
I need to add like this six files as shown above upto size 1084x6 matrix.
採用された回答
その他の回答 (1 件)
solleti prabhakarchary
2022 年 8 月 7 日
編集済み: solleti prabhakarchary
2022 年 8 月 7 日
カテゴリ
ヘルプ センター および File Exchange で Contrast Adjustment についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!