How can I arrange given matrix in other matrix form?

2 views (last 30 days)
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 ?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 22 Sep 2013
M=[A(:),C(:),D(:)]

Categories

Find more on Operators and Elementary Operations in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!