Message by Robert Albarran:
Hi,
I am trying to import plasma potential values in a computational volume into MATLAB. What is the best way to export the values in 3D from SPIS so that a mesh grid can be used? One way to do this would be to use the probing line for many x,y values but that would take too long. Any ideas? Thanks!
Robert
Message by Benoit Thiebault:
Hi,
Today, we only export 3D data to VTK format.
There are some VTK plugins for Matlab, but I haven’t tried them, so I don’t know if they work properly.
People also have developed routines to read grid file, such as: \http://www.mathworks.com/matlabcentral/fileexchange/41594-medical-image-processing-toolbox/content/Medical_Image_Processing_Toolkit_/IO/read_vtkMesh.m
I have not tried it either.
Kind regards,
Benoît
Message by Robert Albarran: