MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 750

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 749
12 Classes – Alphabetical List
12-256
table1.entry(1,2).Children(1).Content = 'MathWorks';
table1.Style = {ResizeToFitContents(true),Width('1in'), ...
Border('solid'),RowSep('solid'),ColSep('solid')};
table1.TableEntriesStyle = {Width('0.25in')};
append(d,table1);
Create a second table, but do not have the columns resize to fit content.
append(d,Heading(1,'Table 2'));
table2 = Table(ones(4, 4));
table2.entry(1,2).Children(1).Content = 'MathWorks';
table2.Style = {ResizeToFitContents(false),Width('1in'), ...
Border('solid'), RowSep('solid'),ColSep('solid')};
table2.TableEntriesStyle = {Width('0.25in')};
append(d,table2);
Run the report.
close(d);
rptview(d.OutputPath,doctype);
See Also
mlreportgen.dom.FormalTable | mlreportgen.dom.Table |
mlreportgen.dom.TableColSpec | mlreportgen.dom.TableColSpecGroup
More About
“Report Formatting Approaches”
Vue de la page 749
1 2 ... 745 746 747 748 749 750 751 752 753 754 755 ... 985 986

Commentaires sur ces manuels

Pas de commentaire