I want to extract the element stiffness matrices of an  Abaqus modal analysis, so as to post-processing it, in a simpler way, with Matlab. I add the following lines to the end of my Input file to get the output result file which contains the values of the stiffness matrices:

*ELEMENT MATRIX OUTPUT,ELSET=m,STIFFNESS=YES,MASS=YES,OUTPUTFILE=USER

whit this lines, the *.dat file is created, but the file is not in an organized and appropriate format which the stiffness values could be easily extracted. for instance, here are some lines of the result *.dat file:

*MATRIX,TYPE=STIFFNESS

1 ,

2, 3

are you have another approach for this in which for every arbitrary element number the Matlab extract the matrices in the simpler manner? besides *.dat file, is there another file format could be created with the input file ( for example Excel )?

Similar questions and discussions