We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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?