Hello,
Please, help: I generated some Abaqus input files from Hypermesh. I want run the FEA with Abaqus directly from Matlab environment (I don't want to open Abaqus). After running each input file, I want to output and save direct stresses, displacements and stiffness matrix of each input file. I have tried using Abaqus2Matlab toolbox but it is not working - probably the structure of Abaqus input file generated by Hypermesh is not compatible with the way Abaqus2Matlab toolbox is set up. How can I run all the Abaqus input files generated from Hypermesh in a loop from Matlab and save displacements, stresses and stiffness matrix for each input file?