Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.core.sdynpy_data.from_imat_struct

Signature

def sdynpy.core.sdynpy_data.from_imat_struct(imat_fn_struct, squeeze=True)

Constructs a NDDataArray from an imat_fn class saved to a Matlab structure

In IMAT, a structure can be created from an imat_fn by using the get() function. This can then be saved to a .mat file and loaded using scipy.io.loadmat. The output from loadmat can be passed into this function

Parameters

Returns