Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Modal Analysis Stiffness Matrix from Student Version of Ansys › Reply To: Modal Analysis Stiffness Matrix from Student Version of Ansys
November 3, 2024 at 9:01 pm
blmcdona
Subscriber
I wrote the following code in the APDL commands:
Â
! Define the output file name
*SET, FileName, 'C:\Users\brand\Documents\CIE 516\Term Project\stiffness_matrix.txt'
Â
! Export the global stiffness matrix
ematwrite, FileName
Â
However, the .emat file is not being created. Is this feature supported in the student version?