pub fn write_mat_enhanced<P: AsRef<Path>>(
path: P,
vars: &HashMap<String, MatType>,
config: Option<MatFileConfig>,
) -> Result<()>
Expand description
Enhanced convenience functions Write variables to a MAT file with automatic format selection