MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 764

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 763
12 Classes – Alphabetical List
12-270
mlreportgen.dom.Table class
Package: mlreportgen.dom
Create table
Description
Use an mlreportgen.dom.Table object to define a table. Append rows and table
entries to add content to the table. You can define column properties.
Construction
tableObj = Table(ncols) creates an empty table having the specified number of
columns. Use this constructor as the starting point for creating a table from scratch.
tableObj = Table(array) returns a table whose content is specified by a two-
dimensional numeric array or a two-dimensional cell array of MATLAB data types and
DOM objects. The constructor converts basic MATLAB types to corresponding DOM
types, e.g., strings to Text objects.
tableObj = Table(array,'StyleName') creates a table having the specified style.
The style specified by StyleName must be defined in the template used to create the
document to which this table is appended.
Input Arguments
ncols — Number of columns in the table
double, specifying the number of columns in the table
Data Types: double
body — Array of values to include in a table
two-dimensional numeric array | two-dimensional cell array of MATLAB or DOM objects
The valid DOM objects are:
Vista de página 763
1 2 ... 759 760 761 762 763 764 765 766 767 768 769 ... 985 986

Comentários a estes Manuais

Sem comentários