Top "Minimum" questions

Minimum refers to the value in a collection of values that is the least or smallest.

R return the index of the minimum column for each row

I have a data.frame that contains 4 columns (given below). I want to find the index of the minimum column (…

r indexing apply minimum rowwise
How to get lowest 3 elements in an int array

Hi I want to get the lowest 3 elements of an array. By lowest I mean the minimum value. I cannot …

java arrays math minimum
Gnuplot: how to plot max and /or min value

How can I show the max. and/or the min. value(s) of of a graph in a plot at …

max gnuplot minimum
MATLAB - minmax() function

I have downloaded a code which involves a minmax() function, the backbone of the code is shown below: A = [13 5; 13, 13; 23, 26]; B = [13, 6; 13. 6; 5, 26]; …

matlab matrix max minimum minmax