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

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?