problem with .mat to .vtk format
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chathu
el 8 de Abr. de 2016
Comentada: Chathu
el 19 de Abr. de 2016
I want to convert .mat files to .vtk format. Is it possible ? But how ?
2 comentarios
Pritesh Shah
el 8 de Abr. de 2016
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
Respuesta aceptada
Walter Roberson
el 9 de Abr. de 2016
http://www.mathworks.com/matlabcentral/fileexchange/25784-writevtk can do 2D meshes
3 comentarios
Walter Roberson
el 9 de Abr. de 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.
Más respuestas (1)
Pritesh Shah
el 9 de Abr. de 2016
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
Ver también
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!