Re: ListPlotVectorField3D
- To: mathgroup at smc.vnet.net
- Subject: [mg98641] Re: ListPlotVectorField3D
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Wed, 15 Apr 2009 04:58:50 -0400 (EDT)
- References: <gs1ni7$78a$1@smc.vnet.net>
It looks OK to me. Perhaps your file is the source of the error. Can't see what's in it. Did you include the needed package? << VectorFieldPlots`; Cheers-- Sjoerd On Apr 14, 12:12 pm, ddjuhan... at gmail.com wrote: > Hi every body, I first using mathematica 5 . > I want to make the vectorfield 3D using the command Flatten and > Table. > > Clear["Global`*"] > Clear[mytest] > mytest = Flatten[ > Table[{{i, j, k}, Read[" D:\dede_research2009\13-15A.txt", > {Real, Real, Real}]}, {i, 40}, {j, 10}, {k, 1}], 2]; > ListPlotVectorField3D[mytest, VectorHeads -> True, PlotRange -> All] > > But the program is not working > > Can Help my problem? > Thank you very much