ListPlotVectorField3D
- To: mathgroup at smc.vnet.net
- Subject: [mg98599] ListPlotVectorField3D
- From: ddjuhana93 at gmail.com
- Date: Tue, 14 Apr 2009 06:14:09 -0400 (EDT)
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