Posts

Showing posts from December 18, 2018

changexlote

Image
Wiki Characters Creators Teams Volumes Issues Publishers Locations Concepts Things Story Arcs Movies Series Episodes New Comics Forums Gen. Discussion Bug Reporting Delete/Combine Pages Artist Show-Off Off-Topic Contests Battles Fan-Fic RPG Comic Book Preview API Developers Editing & Tools Podcast Quests Community Top Users Activity Feed User Lists Community Promos Archives News Reviews Videos Podcasts Previews Login / Sign Up All Wiki     Arcs     Characters     Companies     Concepts     Issues     Locations     Movies     People     Teams     Things     Volumes     Series     Episodes Editorial     Videos     Articles     Reviews     Features Community     Users changexlote This user has not updated recently. 0 0 0 0 Forum Posts Wiki Points Following Followers Navigation Summary About Me Forums Posts Comments Wiki History Sub history Points rollup changexlot

check how do i delete a specific element from a numpy matrix?

Image
up vote 0 down vote favorite For example, I have a numpy array: game.mat = np.zeros((6,7)) How can I remove the element for example, say in row 0 and column 5 of the matrix? Is it possible to use the np.delete() function? python python-3.x numpy matrix share | improve this question edited Nov 11 at 9:00 ChaosPredictor 1,909 1 16 24 asked Nov 11 at 2:15 Ng Guanzhi 1 1 add a comment  |  up vote 0 down vote favorite For example, I have a numpy array: game.mat = np.zeros((6,7)) How can I remove the element for example, say in row 0 and column 5 of the matrix? Is it possible to use the np.delete() function? python python-3.x numpy matrix share | improve this question edited Nov 11 at 9:00 ChaosPredictor 1,909 1 16 24 asked Nov 11 at 2:15 Ng Guanzhi 1 1 add a comment  |  up vote 0 down vote favorite up vote 0 down vote favorite For example, I have