How can I arrange given matrix in other matrix form?
Show older comments
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
on 22 Sep 2013
M=[A(:),C(:),D(:)]
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!