Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/matlab/driver/native/conversions.rb

Instance Method Summary collapse

Instance Method Details

#to_matlabObject

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