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

 채택된 답변

Dr. Seis
Dr. Seis 2012년 4월 4일

0 개 추천

doc cat
This should work, too:
C = [A ; B];

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Types에 대해 자세히 알아보기

태그

질문:

2012년 4월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by