problem with .mat to .vtk format
3 次查看(过去 30 天)
显示 更早的评论
I want to convert .mat files to .vtk format. Is it possible ? But how ?
2 个评论
Pritesh Shah
2016-4-8
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
采纳的回答
Walter Roberson
2016-4-9
http://www.mathworks.com/matlabcentral/fileexchange/25784-writevtk can do 2D meshes
3 个评论
Walter Roberson
2016-4-9
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.
更多回答(1 个)
Pritesh Shah
2016-4-9
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!