<div dir="ltr">Without seeing your data or code, my first thought is that indexing in MATLAB is based at 1 while VTK data structures are based at 0. Might that be the source of the problem?<div><br></div><div>Thanks,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 27, 2014 at 7:00 AM, Yuki <span dir="ltr"><<a href="mailto:stefanie.gross18@googlemail.com" target="_blank">stefanie.gross18@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I want to export some data generated in Matlab into a vtk file format. I<br>
want to visualize it using Paraview. The data in Matlab contains a grid and<br>
some scalar values. The export works for the grid however the scalar values<br>
are distorted and don't match their position on the grid.<br>
<br>
For the export I use an unstructured grid containing: points, cell-data,<br>
cell-type (tetrahedron) and scalars. Does anybody know why the scalar values<br>
don't match?<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Problems-with-VTK-and-Matlab-tp5729242.html" target="_blank">http://vtk.1045678.n5.nabble.com/Problems-with-VTK-and-Matlab-tp5729242.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>