How to open vtk file
古いコメントを表示
Hi, I’m new user of matlab but i have to open some vtk files using matlab i got from a simulation. Can someone help me?
1 件のコメント
Kumaran Subramaniam
2022 年 5 月 6 日
Same can anyone help ?
回答 (1 件)
Tejas
2025 年 2 月 24 日
0 投票
Here are some recommendations for reading a Visualization Toolkit (VTK) file:
- The 'mVTK' third-party library, whose installation steps are provided in this MATLAB answer: https://www.mathworks.com/matlabcentral/answers/103179-is-it-possible-to-import-visualization-toolkit-files-into-matlab .
- A custom function available in the comments section of this MATLAB answer: https://www.mathworks.com/matlabcentral/answers/298447-how-to-read-xml-file-with-binary-data-into-matlab-vtk-vtu-file .
- The 'vtkToolbox' from the file exchange: https://www.mathworks.com/matlabcentral/fileexchange/94993-vtktoolbox .
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!