MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 201

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 985 986

Komentáře k této Příručce

Žádné komentáře