How to combine two matrix

1 view (last 30 days)
Oluseun Sanuade
Oluseun Sanuade on 19 Mar 2019
Edited: madhan ravi on 20 Mar 2019
Dear All,
I have a 1×120 matrix and 1×2001 matrix. i want to combine the two matrix to be 120x2001. how can i do it

Accepted Answer

madhan ravi
madhan ravi on 19 Mar 2019
Edited: madhan ravi on 20 Mar 2019
a.'*b
% a size 1 X 120
% b size 1 X 2001

More Answers (0)

Categories

Find more on Matrices and Arrays 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!