merge two arrays - Newsreader - MATLAB Central - MathWorks
經安全檢測,此網站為安全網站,請放心前往原始網址!
merge two arrays - Newsreader - MATLAB Central - MathWorks
Hi- I have two arrays: A= 1 2 3 4 5 6 and. B= 7 8 9 10. I tried to merge two arrays like: C= 1 2 3 4 5 6 7 8 9 10. Is there any simple method for getting C? Thanks!