Accord.io read .mat archivo

var reader = new MatReader(new BinaryReader(new FileStream("file.mat", FileMode.Open)), false, false);
Inquisitive Ibex