by admin
Matlab Read Vtk File Format
VTK library for MATLAB. MVTK is a MATLAB library to export data in the VTK file format.Exported data can then be displayed in the open source ParaView visualisation software.. The export function supports legacy and XML file formats, both ASCII and b.
Vtk File Format Example
Function vertex, face = readvtk( filename, verbose)% readvtk - read data from VTK file.%% vertex,face = readvtk(filename, verbose);%% 'vertex' is a 'nb.vert x 3' array specifying the position of the vertices.% 'face' is a 'nb.face x 3' array specifying the connectivity of the mesh.%% Copyright (c) Mario Richtsfeld if nargin.