Extract .mat data without matlab - tried scilab unsuccessfully
问题 I've downloaded a data set that I am interested in. However, it is in .mat format and I do not have access to Matlab. I've done some googling and it says I can open it in SciLab. I tried a few things, but I haven't found any good tutorials on this. I did fd = matfile_open("file.mat") matfile_listvar(fd) and that prints out the filename without the extension. I tried var1 = matfile_varreadnext(fd) and that just gives me "var1 = " I don't really know how the data is organized. The repository