|
[Date Index]
[Thread Index]
[Author Index]
Re: Replace non-numeric values in a list
- To: mathgroup at smc.vnet.net
- Subject: [mg88769] Re: Replace non-numeric values in a list
- From: levcekslo at gmail.com
- Date: Fri, 16 May 2008 05:31:08 -0400 (EDT)
- References: <g0h825$mtr$1@smc.vnet.net>
If[IntegerQ[#], #, # = 0] & /@ list
Kim
Prev by Date:
DSolve question
Next by Date:
Re: export mathematica table to .mat (MATLAB) format.Please help!!!
Previous by thread:
Re: Replace non-numeric values in a list
Next by thread:
Re: Replace non-numeric values in a list
|