Class DefaultMatrixClipboardExportDestination

    • Constructor Detail

      • DefaultMatrixClipboardExportDestination

        public DefaultMatrixClipboardExportDestination​(Matrix matrix)
    • Method Detail

      • asXLS

        public void asXLS()
      • asPLT

        public void asPLT​(java.lang.Object... params)
      • asDenseCSV

        public void asDenseCSV​(char columnSeparator,
                               char enclosingCharacter)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        public void asDenseCSV​(char columnSeparator)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        public void asDenseCSV()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • asSQL

        public void asSQL​(DBType db,
                          java.lang.String databaseName,
                          java.lang.String tableName)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • asMatlabScript

        public void asMatlabScript​(java.lang.String variableName)
                            throws java.io.IOException
        Throws:
        java.io.IOException