How to combine matrices

16 Ansichten (letzte 30 Tage)
ABINAV SHANKAR SIVA BALAN
ABINAV SHANKAR SIVA BALAN am 8 Sep. 2017
I have four matrices say A, B, C and D, all square matrices. I need to create a matrix E with all the elements in Matrices A,B,C and D. Is there a way to do that. Note: A,B,C and D are computed by the program so I can't enter the values to form E

Akzeptierte Antwort

KSSV
KSSV am 8 Sep. 2017
Let A, B, C , D be your matrices of size 2X2...to get E..
E = [A B; C D] ;
  1 Kommentar
ABINAV SHANKAR SIVA BALAN
ABINAV SHANKAR SIVA BALAN am 8 Sep. 2017
I never thought it would be so simple. Thank you.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by