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 <jsar...@gmail.com> 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ë

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to