Crosslisting functions - cerr/CERR GitHub Wiki

Crosslisting Tool

Crosslisting tool is used to tell which functions call which other functions. The Matlab function, coded by Vanessa Clark produces a detailed cross-listing of the code: /CrossListing/getDirFunInfo.m. See the current cross-lising under: /CrossListing/. The cross-listing is about 10,000 lines long and lists which functions call which other functions along with all the variables of each m-file. Note that getDirFunInfo.m can be re-run at any time. Here is an example of its use:

getDirFunInfo('c:\\tmp\\cerr_30dec02_cross_listing.txt', 'y', 'CERR Cross Listing', 'e:\\cerr\\cerr_current')