Hi all,

I have a 100 x 100 element piddle $a with a global minimum and can find it
using the min function min($a).

My problem is that I have been unable to find a function to extract the x,y
indices for the global minimum value returned by the min function. I want
to avoid using for-loops.

I see that the minimum (not min) function has an associated index function
(e.g., minimum_ind), but the minimum function returns a piddle with the
minimum value of each row vector, not the one global minimum of the piddle.

Thanks for any suggestions!
Keith
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
pdl-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdl-general

Reply via email to