Changes between Version 1 and Version 2 of VisitMatlab
- Timestamp:
- 01/18/18 17:08:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisitMatlab
v1 v2 1 If you have a surface in Visit (ie an isosurface, or a slice), you can save the window as a vtk file. And then use the attached loadvtk.m matlab function to import the vtk file as a struct in matlab. 1 If you have a surface in Visit (ie an isosurface, or a slice), you can save the window as a vtk file. And then use the attached loadvtk.m matlab function to import the vtk file as a struct in matlab. The struct returns contains 2 2 3 * faces - Fx3 array of integers containing the point numbers that make up each face 4 * vertices - Vx3 array of floats containing the xyz coordinates of each vertex 5 * centroids - 6