How to import data from MATLAB `.mat` files?

Can Julia import data from .mat files directly?

Yes, I’ve had no issues.using MAT.jl.

You can find packages like these with a simple search. Google, JuliaHub.

OK, many thanks!