Min function
Just one question about ( min function) why it works only with scalars ... whenever I want to use it with vectors or matrics it doesn't work ...
How to overcome this ?
Should I always use programming ?
For example the following program : in each (qc;gem;cor ) I have 3 matrics each one has ten values.... what I need is to write a program that will compare the both variables and choose the minimum value of each one ( compare the first raw with the first raw and chooses the min ...and so on ) ...and the result should be also one matric with ten values. However, it chooses only the minimum value of each matrics



