User`s guide

7 Create Custom Components
7-20
3
To build the new component, click the Build button in the Report Explorer. The
Equity Values component now appears in the Options pane in the middle of the
Report Explorer.
4
Edit the component's execute.m file to retrieve stock market data and display it in
a table in the generated report.
a
In the @CStockTicker folder, open execute.m.
b
Enter the following text into execute.m.
function out=execute(thisComp,parentDoc,varargin)