Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77149 > unrolled thread
| Started by | phinn stuart <dphinnstuart@gmail.com> |
|---|---|
| First post | 2014-08-28 00:08 +0900 |
| Last post | 2014-08-28 00:08 +0900 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Convert 3d NumPy array into 2d phinn stuart <dphinnstuart@gmail.com> - 2014-08-28 00:08 +0900
| From | phinn stuart <dphinnstuart@gmail.com> |
|---|---|
| Date | 2014-08-28 00:08 +0900 |
| Subject | Convert 3d NumPy array into 2d |
| Message-ID | <mailman.13516.1409161011.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hi everyone, how can I convert (1L, 480L, 1440L) shaped numpy array into (480L, 1440L)? Thanks in the advance. phinn
Back to top | Article view | comp.lang.python
csiph-web