Write 2D and 3D Arrays into VTK

A function to export either 2D/3D Matlab arrays as a binary *.vtk file for Paraview.
ダウンロード: 1.3K
更新 2016/8/23

ライセンスの表示

This function takes 2D and 3D matrices arrays and writes a structured grid of point in VTK 2.0 format. The files can be produced in ASCII and BINARY formats. Binary floats are recommended for large matrices.

引用

Manuel A. Diaz (2024). Write 2D and 3D Arrays into VTK (https://www.mathworks.com/matlabcentral/fileexchange/58819-write-2d-and-3d-arrays-into-vtk), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStartup and Shutdown についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: WriteToVTK

ヒントを与えたファイル: vtkwrite : Exports various 2D/3D data to ParaView in VTK file format

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Description updated.