how to arrange different matix as a contineus single matrix

1 visualizzazione (ultimi 30 giorni)
I want to convert three matrix set into a single one. for example a=[1,2,3], b=[4,5,6], c=[8,9,10,12,13] the output i expect is
output1=[1,2,3,4,5,6,8,9,10,12,13]

Risposta accettata

Purushottama Rao
Purushottama Rao il 12 Mag 2015
Output1=horzcat(a,b,c)
  3 Commenti

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by