Python Forum
Finding all maximum values in a matrix
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Finding all maximum values in a matrix
#4
In addition to the above posting, I receive the following error when I run that code:

"The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"

What could I be doing wrong?

Any help would be greatly appreciated.

To be clearer, the variable "Quantity" is a 3D matrix that is composed of latitude and longitude (both make up latitude and longitude grid cells) and time (expressed in days).

What I would like to do is compute all maximum values by looping all latitudes, all longitudes, and then loop all days in the period, so that I could compute all maximum values over every grid cell (i.e. composed of latitude and longitude) for every day available, beginning with day 0.

My question is how should I construct a loop to do this?

Please ignore the "counts" in my code two posts above since they are not relevant in this case.

Once again, I would immensely appreciate any assistance.
Reply


Messages In This Thread
RE: Finding all maximum values in a matrix - by Lightning1800 - May-14-2018, 03:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Check if two matrix are equal and of not add the matrix to the list quest 3 778 Jul-10-2023, 02:41 AM
Last Post: deanhystad
  Moving data from one Excel to another and finding maximum profit azizrasul 7 1,412 Oct-06-2022, 06:13 PM
Last Post: azizrasul
  How to multiply a matrix with herself, until the zero matrix results peanutbutterandjelly 3 3,304 May-03-2021, 06:30 AM
Last Post: Gribouillis
  finding element of specific field in pandas adjacency matrix amjass12 0 1,640 Oct-27-2020, 09:27 AM
Last Post: amjass12
  Finding Max and Min Values Associated with Unique Identifiers in Python ubk046 1 2,011 May-08-2020, 12:04 PM
Last Post: anbu23
  Finding and indexing maximum value BlueBall 2 2,308 Oct-25-2018, 09:14 AM
Last Post: perfringo
  finding 2 max values in an array in python Akankshha 11 169,744 Oct-18-2018, 09:16 AM
Last Post: perfringo
  Need help for finding cumulative values in a loop Lightning1800 10 6,010 May-23-2018, 07:48 PM
Last Post: Lightning1800
  Finding values to draw a line on a curve kesenthilkumar 2 3,486 Sep-19-2017, 09:50 AM
Last Post: kesenthilkumar
  matrix from matrix python numpy array shei7141 1 3,642 Jan-16-2017, 06:10 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020