From: Salva A. <js...@gm...> - 2012-11-08 03:26:01
|
Sure! >> x=minmax ({[0 1; -1 -2; 34 56] [2 3; 8 0; 21 23]; [1 -2; 9 7] [12 5; 13 11]}) x = [3x2 double] [2x2 double] >> x{1} ans = 0 3 -2 8 21 56 >> x{2} ans = -2 12 7 13 Salva El Dijous, 8 de novembre de 2012, a les 02:39:06, Carnë Draug va escriure: > On 8 November 2012 02:23, Salva Ardid <js...@gm...> wrote: > >>> minmax ({[0 1; -1 -2; 34 56] [2 3; 8 0; 21 23]; [1 -2; 9 7] [12 5; 13 > >>> 11]}) > > > > ans = > > > > [3x2 double] > > [2x2 double] > > Could you tell me what this values are exactly? It's not clear to me > from their documentation what they are computing. > > Carnë |