[vtkusers] Matlab plolt3D -> Paraview
henrike maass
hmaass at rocketmail.com
Tue Dec 12 12:11:30 EST 2006
Hello,
I am a new user of Paraview and I would like to
visualize about 100 points in a 3D domain. I have used
plot3D() in Matlab and the data has the follwowing
format
x_1 y_1 z_1
...
x_100 y_100 z_100
I stored the data with the following header file:
# vtk DataFile Version 3.0
created by writeVTK (Matlab implementation)
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 1 100 1
ORIGIN 0.000000 0.000000 0.000000
SPACING 1.000000 1.000000 1.000000
POINT_DATA 100
SCALARS image_data double
LOOKUP_TABLE default
x_1 y_1 z_1
...
x_100 y_100 z_100
Unfortunately it seems that this format is not
correct. Any help is very welcome.
Thanks,
Henry
____________________________________________________________________________________
Have a burning question?
Go to www.Answers.yahoo.com and get answers from real people who know.
More information about the vtkusers
mailing list