User`s guide
symbol
c6711dskafxr;
Now set the simulation parameters for the model and build the m odel to
your process or. With the model loaded on your processor, use
symbol to
return the entries s tored in the symbol table in CCS IDE.
cc = ticcs;
s = symbol(cc);
s
contains all the sym bols and their addresses, in a structure you can
display with the following code:
for k=1:length(s),disp(k),disp(s(k)),end;
MATL AB software lists the sym bols from the s ymbol table in a col umn.
See Also load, run
7-148