Re: Importing external grid file to do contour plot
- To: mathgroup at smc.vnet.net
- Subject: [mg13048] Re: Importing external grid file to do contour plot
- From: "Perret Daniel" <Perret.Daniel at wanadoo.fr>
- Date: Sat, 4 Jul 1998 16:44:52 -0400
- Organization: Wanadoo - (Client of French Internet Provider)
- References: <6nc6vu$fbb@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
try : ReadList["Macintosh HD:Mathematica 3.0 Files:fish:aqc.grd", Array[Number&,{50,50}]] (first argument of array must be a function ) D.Perret