flame.utils.update_matlab_variables¶
- flame.utils.update_matlab_variables(matlab_eng: str, variable_dict: dict, skip_missing: bool = False) None[source]¶
Sync all of the variables in the provided variable dictionaries
Args: - variable_dict (dict): Dictionary of variables to update - skip_missing (bool): Whether to skip variables that are not found in MATLAB engine. DEFAULT: False.
Returns: None. Updates the variables in-place