Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Add Numpy array into other Numpy array

Hi experts!!

My code starts with a empty array (POPOPO=np.array([])).

In the next lines, np.array are created (L1, L2, ...). ¿How can it add this new-created-arrays into POPOPO in order to obtain the array POPOPO= [[L1],[L2],...]

Waiting for your answers.

Thanks in advance!

Add Numpy array into other Numpy array

Hi experts!!

My code starts with a empty array (POPOPO=np.array([])).

In the next lines, np.array are created (L1, L2, ...). ¿How How can it add this new-created-arrays into POPOPO in order to obtain the array POPOPO= [[L1],[L2],...][[L1],[L2],...]? Its important to note that L1, L2,.... have different lenght.

Waiting for your answers.

Thanks in advance!