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
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
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
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,