Ask Your Question

harmodym's profile - activity

2017-09-20 14:20:51 -0600 marked best answer Minimum mat in an array of mats

Say I have an array of 15 Mats that I have read in from 15 bitmap files. I want one Mat produced from those 15 that is the minimum at each element through the array of 15. At (1,1), the smallest value of any (1,1) of the 15 Mats, the same at (1,2), etc.

Thanks in advance!

2017-09-20 14:20:51 -0600 received badge  Scholar (source)
2017-09-20 04:48:10 -0600 marked best answer Look Up Table with LUT Number of Entries

Is it possible to make a look up table using the LUT command using a table that has more than 256 entries?

2017-09-20 01:03:16 -0600 received badge  Student (source)
2017-09-19 15:46:34 -0600 asked a question Look Up Table with LUT Number of Entries

Look Up Table with LUT Number of Entries Is it possible to make a look up table using the LUT command using a table that

2017-09-18 10:21:53 -0600 commented question Minimum mat in an array of mats

Nope! I just want 1 Mat produced, with that Mat being the element by element minimum across the array of Mats. Ideally w

2017-09-18 10:11:51 -0600 asked a question Minimum mat in an array of mats

Minimum mat in an array of mats Say I have an array of 15 Mats that I have read in from 15 bitmap files. I want one Mat