MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Uživatelská příručka Strana 370

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 575
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 369
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
Zobrazit stránku 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 574 575

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

Žádné komentáře