We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98d7fd commit a0200a4Copy full SHA for a0200a4
lib/nmatrix/nmatrix.rb
@@ -97,7 +97,7 @@ class << self
97
# * *Returns* :
98
# - A Mat5Reader object.
99
def load_matlab_file(file_path)
100
- NMatrix::IO::Mat5Reader.new(File.open(file_path, 'rb')).to_ruby
+ NMatrix::IO::Matlab::Mat5Reader.new(File.open(file_path, 'rb')).to_ruby
101
end
102
103
# call-seq:
0 commit comments