How can I arrange given matrix in other matrix form?

2 ビュー (過去 30 日間)
RS
RS 2013 年 9 月 22 日
I have three matrix of same dimension want to make a matrix so that it will have three column; In first column first element will be from 1st matrix, second column from 1st element of 2nd matrix and for third column from 1st element of third matrix How can I ?

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 9 月 22 日
M=[A(:),C(:),D(:)]

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by