Class MatlabFunctionHandle


  • public final class MatlabFunctionHandle
    extends java.lang.Object
    Since:
    4.2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      MatlabFunctionHandle​(java.lang.String functionName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • MatlabFunctionHandle

        public MatlabFunctionHandle​(java.lang.String functionName)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object