Class DefaultMatrixStringExportDestination

    • Constructor Detail

      • DefaultMatrixStringExportDestination

        public DefaultMatrixStringExportDestination​(Matrix matrix)
    • Method Detail

      • asDenseCSV

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

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

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

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

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

        public java.lang.String asRScript​(java.lang.String variableName)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • asLatex

        public java.lang.String asLatex()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • asHtml

        public java.lang.String asHtml()
                                throws java.io.IOException
        Throws:
        java.io.IOException