Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
644 views
in Technique[技术] by (71.8m points)

matrix - HOW TO POPULATE A 2D EMPTY NUMPY ARRAY WITH INFORMATION IN 1D NUMPY ARRAY

I have a 2D Zero Matrix with a size of 1000 x 1000. I have a seperate 1D list of size 1000 X 1 including floating numbers which I want to populate inside the empty 2D array in any order.

Finally, after populating the empty 2D NumPy Array with information inside the 1D list, I want to plot the output using matplotlib function "imshow". Can you please help me out as to how shall I do it?

question from:https://stackoverflow.com/questions/65652225/how-to-populate-a-2d-empty-numpy-array-with-information-in-1d-numpy-array

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
...