sdynpy.fem.sdynpy_exodus.read_sierra_matlab_matrix_file
- read_sierra_matlab_matrix_file(file)[source]
Reads a matrix.m file from Sierra Structural Dynamics.
If the KAA or MAA outputs are used, this function can read those matrices.
- Parameters
file (str) – The name of the file to read.
- Returns
matrix – A NumPy array containing the matrix.
- Return type
np.ndarray