Re: Transpose and cast and max

2010-07-30 Thread Luka Stojanovic
On Fri, 30 Jul 2010 16:03:17 +0200, Base wrote: Hi All I have a vector in the following format: [ ["M" "3.4" "5.6"] ["L" "4.2" "6.6"] ["L" "4.9" "7.9"] ["L" "1.1" "2.4"]["L" "5.4" "4.5"] ] I would like to create a vector that contains the max values of each of the second and third values

Re: Transpose and cast and max

2010-07-30 Thread Base
Awsome! Thanks much steve! On Jul 30, 9:14 am, Steve Purcell wrote: > On 30 Jul 2010, at 15:03, Base wrote: > > > > > Hi All > > > I have a vector in the following format: > > > [ > >    ["M" "3.4" "5.6"] ["L" "4.2" "6.6"] ["L" "4.9" "7.9"] ["L" "1.1" > > "2.4"]["L" "5.4" "4.5"] > > ] > > > I wo

Re: Transpose and cast and max

2010-07-30 Thread Steve Purcell
On 30 Jul 2010, at 15:03, Base wrote: > Hi All > > I have a vector in the following format: > > [ >["M" "3.4" "5.6"] ["L" "4.2" "6.6"] ["L" "4.9" "7.9"] ["L" "1.1" > "2.4"]["L" "5.4" "4.5"] > ] > > I would like to create a vector that contains the max values of each > of the second and thir

Transpose and cast and max

2010-07-30 Thread Base
Hi All I have a vector in the following format: [ ["M" "3.4" "5.6"] ["L" "4.2" "6.6"] ["L" "4.9" "7.9"] ["L" "1.1" "2.4"]["L" "5.4" "4.5"] ] I would like to create a vector that contains the max values of each of the second and third values from this vector in this case it would be: [5.4,