Module:
sdynpy.core.sdynpy_coordinateSource: GitHub
Signature¶
def sdynpy.core.sdynpy_coordinate.from_matlab_cellstr(cellstr_data)Creates a CoordinateArray from a matlab cellstring object loaded from scipy.io.loadmat
Parameters¶
cellstr_data : np.ndarray Dictionary entry corresponding to a cell string variable in a mat file loaded from scipy.io.loadmat
Returns¶
CoordinateArray
CoordinateArray built from the provided cell string array