problem with .mat to .vtk format
3 views (last 30 days)
Show older comments
I want to convert .mat files to .vtk format. Is it possible ? But how ?
2 Comments
Pritesh Shah
on 8 Apr 2016
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
Accepted Answer
Walter Roberson
on 9 Apr 2016
http://www.mathworks.com/matlabcentral/fileexchange/25784-writevtk can do 2D meshes
3 Comments
Walter Roberson
on 9 Apr 2016
If you mean can you add it to the .mat file, then Yes: load the file, change the variable, save back to the file again.
If you mean can you add the column to what you are exporting to VTK, then I do not know.
More Answers (1)
Pritesh Shah
on 9 Apr 2016
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
See Also
Categories
Find more on Workspace Variables and MAT-Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!