Hello,
I am trying to extract the global stiffness matrix from Ansys. I am using the following command to do so:
*DMAT, MatKD, D,IMPORT, FULL, file.full, STIFF
*PRINT,MatKD, K.csv
When I open the file, I see that the matrix is printed with the index numbers as well (screenshot attached). Is there any way to print just the values? and also not have the matrix name "MatKD:" at the beginning?