Skip to content

Matlab format for output mesh

Bertrand Thierry requested to merge matlab into master

Adding the possibility to export mesh in ".m" matlab file (for triangles only). The output can be plotted in Matlab usig trimesh function : trimesh(gTri,gX,gY,gZ). Ascii file only, no binary yet.

Merge request reports