vtkwrite icon indicating copy to clipboard operation
vtkwrite copied to clipboard

vtkwrite writes 3D Matlab array into VTK file format

Results 7 vtkwrite issues
Sort by recently updated
recently updated
newest added

Hello, This is Matlab R2020b and I'm running into the following issue when trying to change the precision of the VTK output. ``` >> vtkwrite('mesh.vtk','polydata','triangle',x,y,z,userdata.surface.triRep.Triangulation, 'precision', 5) Unrecognized function or...

Hey! Thanks for this function. I think there was a ref to vin left in this line. Everything seems to be working ok with this change.

I'm looking to export some sets of data to the VTK filetype for use in paraview (this is a requirement I'm aware MATLAB has capable visulisation tools). Firstly I have...

Writinga structured_grid in ascii format crashes Paraview on import for me. Binary works fine. According to the vtk file format specification the point data should be written with one scalar...

Thanks a lot for the function by the way, I am very happy although I experience two little issues. When writing a x,y,z dataset from matlab to a structured_grid vtk...

Users can now use VTK Cell Types to represent the unstructured mesh or grid geometry of their data, while also including data at vertex points for visualization. Currently supports unstructured...

Hello, my name is Toshi Takeuchi from MathWorks. vtkwrite : Exports various 2D/3D data to ParaView in VTK file format is a very popular file exchange entry but we noticed...