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

  • 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 471
11 Functions – Alphabetical List
11-92
mlreportgen.dom.Table.entry
Package: mlreportgen.dom
Access table entry
Syntax
tableEntryOut = entry(tableObj,row,column)
Description
tableEntryOut = entry(tableObj,row,column) returns the table entry for the
specified column of the specified row.
Examples
Color a table entry
Color the table entry in row 3, column 4.
import mlreportgen.dom.*;
myReport = Document('myDoc','html');
t = Table(magic(5));
t.entry(3,4);
t.entry(3,4).Children(1).Color = 'red';
append(myReport,t);
close(myReport);
rptview('myDoc','html');
“Create and Format Tables”
Input Arguments
tableObj — Table containing the entry
mlreportgen.dom.Table object | mlreportgen.dom.FormalTable object
Vue de la page 471
1 2 ... 467 468 469 470 471 472 473 474 475 476 477 ... 985 986

Commentaires sur ces manuels

Pas de commentaire