Hi everyone, is there a way to link Matlab with Abaqus?
Specifically I have done a geometry in Matlab, and then I want to import this geometry in Abaqus for mechanical analysis, but I don't work how it works.
An abaqus inp file can be written using a mesh to your geometry in Matlab and that file can be imported to abaqus for further analysis. https://github.com/PetrKryslUCSD/FinEALE
This package has functions to convert a mesh in Matlab to an inp file
One example I did for a similar work. Basically, you create/edit the input file in Matlab and use the last command in the attached file to run it on Abaqus