Matrix to a table

3 次查看(过去 30 天)
Aswas
Aswas 2016-5-13
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by