sdynpy.core.sdynpy_coordinate.from_matlab_cellstr
- from_matlab_cellstr(cellstr_data)[source]
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 built from the provided cell string array
- Return type