MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 201

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 200
Customized Components
7-21
stockQuote = fetch(GOOG, thisComp.Ticker);
stockQuote.Date = datestr(stockQuote.Date,1);
stockQuote.Time = datestr(stockQuote.Time,13);
out = execute(rptgen.cfr_table(...
'Source', stockQuote,...
'numHeaderRows', 0,...
'TableTitle', 'Stock Market Pricing Data'),...
parentDoc);
5
Append the security symbol, goog, to the component name. Enter the following text
into getOutlineString.m.
function olstring=getOutlineString(thisComp)
olstring = [getName(thisComp),' - ',thisComp.Ticker];
The component name now appears as Equity Values — goog.
Vista de pagina 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 985 986

Comentarios a estos manuales

Sin comentarios