python - How to extend a numpy.ndarray - Stack Overflow
stackoverflow.com › questions › 30772577Jun 11, 2015 · I have run into some problems to extend numpy.ndarry,Is there some ways like the list's extend()?for example:given two arrays ,a=array([1,2,3]),b=array([4]), want c=array([1,2,3,4])