Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77149 > unrolled thread

Convert 3d NumPy array into 2d

Started byphinn stuart <dphinnstuart@gmail.com>
First post2014-08-28 00:08 +0900
Last post2014-08-28 00:08 +0900
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Convert 3d NumPy array into 2d phinn stuart <dphinnstuart@gmail.com> - 2014-08-28 00:08 +0900

#77149 — Convert 3d NumPy array into 2d

Fromphinn stuart <dphinnstuart@gmail.com>
Date2014-08-28 00:08 +0900
SubjectConvert 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web