Class MatlabTypeConverter


  • public class MatlabTypeConverter
    extends java.lang.Object
    Converts between MATLAB and Java types. Currently only supports numeric arrays.

    This class is unconditionally thread-safe.
    Since:
    4.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MatlabNumericArray getNumericArray​(java.lang.String arrayName)
      Retrieves the MATLAB numeric array with the variable name arrayName.
      void setNumericArray​(java.lang.String arrayName, MatlabNumericArray array)
      Stores the array in MATLAB with the variable name arrayName.
      java.lang.String toString()
      Returns a brief description of this converter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MatlabTypeConverter

        public MatlabTypeConverter​(MatlabProxy proxy)
        Constructs the converter.
        Parameters:
        proxy -
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a brief description of this converter. The exact details of this representation are unspecified and are subject to change.
        Overrides:
        toString in class java.lang.Object
        Returns: