Hi,
I have for matrices, A, B, C & D; I'd like to display these in a quadrant, ie A, B (top-L-R), and C,D (bottom L-R), please.

 Accepted Answer

James Tursa
James Tursa on 13 May 2016
Are you just trying to concatenate them? E.g.,
M = [A B;C D];

More Answers (0)

Categories

Tags

Asked:

on 13 May 2016

Answered:

on 13 May 2016

Community Treasure Hunt

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

Start Hunting!