problem with .mat to .vtk format
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to convert .mat files to .vtk format. Is it possible ? But how ?
2 Commenti
Pritesh Shah
il 8 Apr 2016
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
Risposta accettata
Walter Roberson
il 9 Apr 2016
http://www.mathworks.com/matlabcentral/fileexchange/25784-writevtk can do 2D meshes
3 Commenti
Walter Roberson
il 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.
Più risposte (1)
Pritesh Shah
il 9 Apr 2016
In file exchanger, the code is available. Please check following link http://www.mathworks.com/matlabcentral/fileexchange/23416-writetovtk
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!