|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Max of Concave List...And The Winner Is....
Next by Date:
Re: Importing external grid file to do contour plot
Previous by thread:
Re: Importing external grid file to do contour plot
Next by thread:
Re: Importing external grid file to do contour plot
|