MAT.jl
MAT.jl copied to clipboard
how to use .mat in julia?
this just a package for read/write mat file. How to use mat file,load functions or modules in julia? can you help me ?
To run Matlab files you need an installation of Matlab and a valid licence, which is not free. However, Matlab scripts can save data in similar .mat files, which can be read out via this Julia module.