Horizontally Merge Columns from Two Different Matrices

Hello, I have this bit of code which merges columns vertically:
Data=[Degree(:,2);Degree1(:,2)];Data(:);
How can I get these columns to line up horizontally?

Categories

Find more on Aerospace Blockset in Help Center and File Exchange

Asked:

on 12 Jul 2015

Edited:

on 12 Jul 2015

Community Treasure Hunt

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

Start Hunting!