|
[Date Index]
[Thread Index]
[Author Index]
Re: Min function returns Min[2.05875,] instead of just 2.05875
- To: mathgroup at smc.vnet.net
- Subject: [mg100402] Re: Min function returns Min[2.05875,] instead of just 2.05875
- From: dg <davide.guarisco at gmail.com>
- Date: Tue, 2 Jun 2009 06:48:53 -0400 (EDT)
- References: <h00d38$pkq$1@smc.vnet.net>
Solution: The matrix had missing values.
This will work in such cases:
Min[Cases[data // Flatten, _?NumericQ]]
Thanks to a helpful person that found this solution.
Prev by Date:
Re: Reading Fortran Data file
Next by Date:
Re: Min function returns Min[2.05875,] instead of just 2.05875
Previous by thread:
Re: Min function returns Min[2.05875,] instead of just 2.05875
Next by thread:
Re: Min function returns Min[2.05875,] instead of just 2.05875
|