Defined as:
sdynpy.fem.sdynpy_exodus.read_sierra_matlab_matrix_fileModule:
sdynpy.fem.sdynpy_exodusSource: GitHub
Signature¶
def sdynpy.read_sierra_matlab_matrix_file(file)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 : np.ndarray A NumPy array containing the matrix.