how to extract two 2D arrays into one 1D array?

say I have A=[1 2 3; 4 5 6; 3 2 5] and B=[4 5; 1 2; 3 9] and I want the output be like this [1 2 3 4 5 4 5 6 1 2 3 2 5 3 9] please tell me how to do with a vectorized code. Thank you

카테고리

태그

질문:

2015년 12월 15일

답변:

2015년 12월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by