I copied the second data structure shown in the attachment and I added one additional tuplet of vectors to replace the ellipsis. I replaced the symbols with numbers, getting
{{{1, 2, 3}, {4, 5, 6}}, {{1, 2, 3}, {3, 2, 4}}, {{1, 2, 3}, {7, 2, 5}}}
When I applied ListVectorPlot3D to this I got the error message
“… {{{1.,2.,3.},{4.,5.,6.}},{{1.,2.,3.},{3.,2.,4.}},{{1.,2.,3.},{7.,2.,5.}}} is not a valid vector field dataset or a valid list of datasets. “
I applied Dimensions to the data structure, getting:
{3, 2, 3}
which appears to show three instances of two triplets each. Thus, it should plot 3 vectors. DoesnÂ’t this show there is something either wrong or incomplete in the template from the documentation? Or are we still having a conceptual difficulty?
I am using Mathematica 10.
Attachments: