Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/matlab/driver/native/conversions.rb
Instance Method Summary collapse
-
#to_matlab ⇒ Object
Converts the string to a MATLAB mxArray.
Instance Method Details
#to_matlab ⇒ Object
Converts the string to a MATLAB mxArray
6 7 8 |
# File 'lib/matlab/driver/native/conversions.rb', line 6 def to_matlab Matlab::Driver::Native::API.mxCreateString(self) end |