combine ARRAYS

2 visualizzazioni (ultimi 30 giorni)
Mate 2u
Mate 2u il 4 Apr 2012
Hi everybody.
I had arrays in the form of A= 23401x1 and B=200x1 etc...
I want to combine them so that they continue downwards.
So I would like combine A and B so that the array is 23601x1 with A ontop with B below

Risposta accettata

Dr. Seis
Dr. Seis il 4 Apr 2012
doc cat
This should work, too:
C = [A ; B];

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by