In Python I can use scipy.io.loadmat (http://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html) to load/import MATLAB mat files,
Looks like SciRuby (http://sciruby.com/) does not have a similar facility.
Is there any other ruby library or any other way, to load/import mat files in Ruby?
In Python I can use scipy.io.loadmat ( http://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html ) to load/import MATLAB mat files,
Share
Actually, SciRuby does have it now.
You’ll need to get NMatrix from git instead of through RubyGems:
and then you can do:
Hope this helps! It’ll be in the gem as well once 0.0.2 gets released.