Save the 3D data as a CAD file format such as STL:Use the saveas function in MATLAB to save the 3D plot as an STL file.
Save the 3D data as a mesh file format such as OBJ:Use the writeobj function from the Image Processing Toolbox in MATLAB to save the 3D plot as an OBJ file.
Save the 3D data as a text file format such as CSV or MATLAB data file (.mat):Save the 3D coordinates and connectivity information (vertices and faces) as a text file. https://caeassistant.com/blog/abaqus-visualization-module-part-a/