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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 985 986

Comentários a estes Manuais

Sem comentários