Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- lib/matlab/driver/native/conversions.rb
Instance Method Summary collapse
-
#to_matlab ⇒ Object
Converts true to a MATLAB logical scalar.
Instance Method Details
#to_matlab ⇒ Object
Converts true to a MATLAB logical scalar
13 14 15 |
# File 'lib/matlab/driver/native/conversions.rb', line 13 def to_matlab Matlab::Driver::Native::API.mxCreateLogicalScalar(self) end |