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!