Skip to main content

load_mat_file

Function load_mat_file 

Source
pub fn load_mat_file(path: &str) -> Result<Value, String>
Expand description

Loads a MATLAB Level 5/7 MAT file and returns a Value::Struct.

Requires the mat Cargo feature; without it, always returns an error.